MengYX
5 years ago
No known key found for this signature in database
GPG Key ID: E63F9C7303E8F604
1 changed files with
1 additions and
1 deletions
-
src/decrypt/qmc.js
|
@ -40,7 +40,7 @@ async function Decrypt(file, raw_filename, raw_ext) { |
|
|
const musicUrl = URL.createObjectURL(musicData); |
|
|
const musicUrl = URL.createObjectURL(musicData); |
|
|
// 读取Meta
|
|
|
// 读取Meta
|
|
|
let tag = await musicMetadata.parseBlob(musicData); |
|
|
let tag = await musicMetadata.parseBlob(musicData); |
|
|
const info = util.GetFileInfo(tag.common.artist, tag.common.title, raw_filename, raw_ext); |
|
|
const info = util.GetFileInfo(tag.common.artist, tag.common.title, raw_filename, new_ext); |
|
|
let picUrl = util.GetCoverURL(tag); |
|
|
let picUrl = util.GetCoverURL(tag); |
|
|
|
|
|
|
|
|
// 返回
|
|
|
// 返回
|
|
|