Bug Fix in Worker Mode

This commit is contained in:
MengYX 2020-04-23 21:23:01 +08:00
parent 049ebd90a0
commit cd29bde7d0
1 changed files with 0 additions and 1 deletions

View File

@ -104,7 +104,6 @@ async function queryAlbumCoverImage(artist, title, album) {
jsonpData = await RequestJsonp(song_query_url, "callback");
queriedSong = jsonpData["data"]["song"]["list"][0];
} catch (e) {
console.error(e)
}
let imgUrl = "";
if (!!queriedSong && !!queriedSong["album"]) {