MengYX
4 years ago
No known key found for this signature in database
GPG Key ID: E63F9C7303E8F604
1 changed files with
3 additions and
1 deletions
-
src/decrypt/ncm.js
|
|
@ -164,7 +164,9 @@ function getMetaData(dataView, fileBuffer, offset) { |
|
|
|
if (plainText.slice(0, labelIndex) === "dj") { |
|
|
|
result = result.mainMusic; |
|
|
|
} |
|
|
|
if (!!result.albumPic) result.albumPic = result.albumPic.replace("http://", "https://"); |
|
|
|
if (!!result.albumPic && result.albumPic !== "") |
|
|
|
result.albumPic = result.albumPic.replace("http://", "https://") + "?param=500y500"; |
|
|
|
|
|
|
|
return {data: result, offset: offset}; |
|
|
|
} |
|
|
|
|
|
|
|