Fix No Status Error
This commit is contained in:
@@ -170,6 +170,7 @@ async function Decrypt(file) {
|
||||
const musicUrl = URL.createObjectURL(musicData);
|
||||
const filename = artists.join(" & ") + " - " + musicMeta.musicName + "." + musicMeta.format;
|
||||
return {
|
||||
status: true,
|
||||
filename: filename,
|
||||
title: musicMeta.musicName,
|
||||
artist: artists.join(" & "),
|
||||
|
@@ -81,6 +81,7 @@ async function Decrypt(file) {
|
||||
}
|
||||
// 返回
|
||||
return {
|
||||
status:true,
|
||||
filename: filename,
|
||||
title: title,
|
||||
artist: artist,
|
||||
|
@@ -32,6 +32,7 @@ async function Decrypt(file) {
|
||||
|
||||
const filename = artist + " - " + title + "." + filename_ext;
|
||||
return {
|
||||
status:true,
|
||||
filename: filename,
|
||||
title: title,
|
||||
artist: artist,
|
||||
|
Reference in New Issue
Block a user