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

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