mirror of
https://github.com/Jerryplusy/rc-plugin.git
synced 2025-10-14 16:19:18 +00:00
🐞 fix: 修复AM解析逻辑
This commit is contained in:
parent
e6397ed8b5
commit
bde8ad7992
@ -1506,7 +1506,6 @@ export class tools extends plugin {
|
|||||||
title = name;
|
title = name;
|
||||||
artist = artists;
|
artist = artists;
|
||||||
}
|
}
|
||||||
e.reply(`识别:${ freyrName },${ title }--${ artist }`);
|
|
||||||
// 判断是否是海外服务器
|
// 判断是否是海外服务器
|
||||||
const isOversea = await this.isOverseasServer();
|
const isOversea = await this.isOverseasServer();
|
||||||
// 国内服务器解决方案
|
// 国内服务器解决方案
|
||||||
@ -1525,6 +1524,7 @@ export class tools extends plugin {
|
|||||||
});
|
});
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
e.reply(`识别:${ freyrName },${ title }--${ artist }`);
|
||||||
// 检查目录是否存在
|
// 检查目录是否存在
|
||||||
const musicPath = currentWorkingDirectory + "/am/" + artist + "/" + album;
|
const musicPath = currentWorkingDirectory + "/am/" + artist + "/" + album;
|
||||||
const that = this;
|
const that = this;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user