MengYX
4 years ago
No known key found for this signature in database
GPG Key ID: E63F9C7303E8F604
1 changed files with
2 additions and
0 deletions
-
src/decrypt/qmc.js
|
|
@ -95,6 +95,8 @@ export async function Decrypt(file, raw_filename, raw_ext) { |
|
|
|
writer.importPictureFromBuffer(Buffer.from(imageInfo.buffer)) |
|
|
|
musicDecoded = writer.save() |
|
|
|
musicBlob = new Blob([musicDecoded], {type: mime}); |
|
|
|
} else { |
|
|
|
console.info("writing metadata for " + ext + " is not being supported for now") |
|
|
|
} |
|
|
|
} catch (e) { |
|
|
|
console.warn("Error while appending cover image to file " + e) |
|
|
|