Skip to content
Snippets Groups Projects
Unverified Commit e31eb9c1 authored by MengYX's avatar MengYX
Browse files

Bug Fix in Worker Mode

parent f64fa71b
No related branches found
No related tags found
No related merge requests found
......@@ -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"]) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment