Updated verbose
This commit is contained in:
parent
19588c67d6
commit
929e691a68
1 changed files with 1 additions and 0 deletions
1
libs.js
1
libs.js
|
@ -80,6 +80,7 @@ const getRemoteCover = (song, callback) => {
|
|||
if (res.results && res.results.length === 1) {
|
||||
callback(null, res.results[0].cover_image)
|
||||
} else {
|
||||
console.log('[INFO] No cover found for:', song.album, song.artist)
|
||||
callback(null, null)
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue