Compare commits
2 Commits
fb3adbf8f5
...
97ce4c84c7
Author | SHA1 | Date | |
---|---|---|---|
|
97ce4c84c7 | ||
|
bd1a1e4f76 |
2
index.js
2
index.js
|
@ -65,7 +65,7 @@ async function searchOnMyFreeMp3(query){
|
|||
})
|
||||
.then(res => res.text())
|
||||
.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){
|
||||
|
|
2
package-lock.json
generated
2
package-lock.json
generated
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "vk-music-dl",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "vk-music-dl",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3",
|
||||
"description": "Download playlist from Spotify as mp3 from VKontact",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in New Issue
Block a user