mirror of
https://git.um-react.app/um/web.git
synced 2025-12-16 20:23:01 +00:00
feature: directly write to fs
This commit is contained in:
@@ -22,6 +22,7 @@ export async function Decrypt(file: Blob, raw_filename: string, raw_ext: string,
|
||||
album: tag.common.album,
|
||||
picture: GetCoverFromFile(tag),
|
||||
file: URL.createObjectURL(file),
|
||||
blob: file,
|
||||
mime: AudioMimeType[ext]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user