fix: proper fix for apple
This commit is contained in:
parent
fb3adbf8f5
commit
bd1a1e4f76
2
index.js
2
index.js
|
@ -65,7 +65,7 @@ async function searchOnMyFreeMp3(query){
|
||||||
})
|
})
|
||||||
.then(res => res.text())
|
.then(res => res.text())
|
||||||
.then(jsonp => vm.runInNewContext(jsonp, { callback: (payload) => payload.response }))
|
.then(jsonp => vm.runInNewContext(jsonp, { callback: (payload) => payload.response }))
|
||||||
.then(items => _.filter(items, _.isString));
|
.then(items => _.filter(items, item => !_.isString(item)));
|
||||||
}
|
}
|
||||||
|
|
||||||
function matchScore(spotifyMetas, vkmusicMetas){
|
function matchScore(spotifyMetas, vkmusicMetas){
|
||||||
|
|
Loading…
Reference in New Issue
Block a user