mirror of
https://git.unlock-music.dev/um/web.git
synced 2025-07-07 15:03:24 +08:00
Add Detect Media Type by File
This commit is contained in:
@ -10,5 +10,5 @@ export async function Decrypt(file, raw_filename) {
|
||||
audioData[cur] = TM_HEADER[cur];
|
||||
}
|
||||
const musicData = new Blob([audioData], {type: "audio/mp4"});
|
||||
return await RawDecrypt(musicData, raw_filename, "m4a")
|
||||
return await RawDecrypt(musicData, raw_filename, "m4a", false)
|
||||
}
|
||||
|
Reference in New Issue
Block a user