Compare commits

..

No commits in common. "fb3adbf8f5e581adbe9d1748498ca6923893ef1e" and "fb7d1b6398cedec63155bedc4a092998d1e029a9" have entirely different histories.

3 changed files with 3 additions and 4 deletions

View File

@ -64,8 +64,7 @@ async function searchOnMyFreeMp3(query){
}),
})
.then(res => res.text())
.then(jsonp => vm.runInNewContext(jsonp, { callback: (payload) => payload.response }))
.then(items => _.filter(items, _.isString));
.then(jsonp => vm.runInNewContext(jsonp, { callback: (payload) => payload.response }));
}
function matchScore(spotifyMetas, vkmusicMetas){

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "vk-music-dl",
"version": "1.0.2",
"version": "1.0.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "vk-music-dl",
"version": "1.0.2",
"version": "1.0.1",
"description": "Download playlist from Spotify as mp3 from VKontact",
"main": "index.js",
"scripts": {