mirror of
https://git.um-react.app/um/web.git
synced 2025-12-18 05:03:01 +00:00
refactor(decrypt/*): change interface
This commit is contained in:
@@ -203,7 +203,6 @@ class NcmDecrypt {
|
||||
gatherResult(): DecryptResult {
|
||||
if (!this.newMeta) throw Error("bad sequence")
|
||||
return {
|
||||
status: true,
|
||||
title: this.newMeta.title,
|
||||
artist: this.newMeta.artists?.join("; "),
|
||||
ext: this.format,
|
||||
|
||||
Reference in New Issue
Block a user