mirror of
https://git.um-react.app/um/web.git
synced 2025-12-16 04:03:02 +00:00
Add Tag Edit Function & Wasm for Qmc & Kgm
This commit is contained in:
@@ -17,7 +17,7 @@ export async function Decrypt(
|
||||
if (ext !== raw_ext) file = new Blob([buffer], { type: AudioMimeType[ext] });
|
||||
}
|
||||
const tag = await metaParseBlob(file);
|
||||
const { title, artist } = GetMetaFromFile(raw_filename, tag.common.title, tag.common.artist);
|
||||
const { title, artist } = GetMetaFromFile(raw_filename, tag.common.title, tag.common.artists == undefined ? tag.common.artist : tag.common.artists.toString());
|
||||
|
||||
return {
|
||||
title,
|
||||
|
||||
Reference in New Issue
Block a user