MengYX
5 years ago
No known key found for this signature in database
GPG Key ID: E63F9C7303E8F604
1 changed files with
0 additions and
1 deletions
-
src/decrypt/qmc.js
|
@ -104,7 +104,6 @@ async function queryAlbumCoverImage(artist, title, album) { |
|
|
jsonpData = await RequestJsonp(song_query_url, "callback"); |
|
|
jsonpData = await RequestJsonp(song_query_url, "callback"); |
|
|
queriedSong = jsonpData["data"]["song"]["list"][0]; |
|
|
queriedSong = jsonpData["data"]["song"]["list"][0]; |
|
|
} catch (e) { |
|
|
} catch (e) { |
|
|
console.error(e) |
|
|
|
|
|
} |
|
|
} |
|
|
let imgUrl = ""; |
|
|
let imgUrl = ""; |
|
|
if (!!queriedSong && !!queriedSong["album"]) { |
|
|
if (!!queriedSong && !!queriedSong["album"]) { |
|
|