mirror of
https://git.um-react.app/um/web.git
synced 2025-12-17 04:33:01 +00:00
refactor(decrypt/*): change interface
This commit is contained in:
@@ -16,7 +16,6 @@ export async function Decrypt(file: Blob, raw_filename: string, raw_ext: string,
|
||||
const {title, artist} = GetMetaFromFile(raw_filename, tag.common.title, tag.common.artist)
|
||||
|
||||
return {
|
||||
status: true,
|
||||
title,
|
||||
artist,
|
||||
ext,
|
||||
|
||||
Reference in New Issue
Block a user