mirror of
https://git.um-react.app/um/web.git
synced 2025-12-16 12:13:02 +00:00
feature: directly write to fs
This commit is contained in:
@@ -111,6 +111,7 @@ export async function Decrypt(file: File, raw_filename: string, raw_ext: string)
|
||||
album: musicMeta.common.album,
|
||||
picture: imgUrl,
|
||||
file: URL.createObjectURL(musicBlob),
|
||||
blob: musicBlob,
|
||||
mime: mime
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user