refactor(decrypt/*): change interface

This commit is contained in:
Emmm Monster
2021-05-24 15:05:14 +08:00
parent b3c6fe2f24
commit ca4ed149b2
9 changed files with 5 additions and 18 deletions

View File

@@ -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,