mirror of
https://github.com/Jerryplusy/rc-plugin.git
synced 2025-10-14 08:09:19 +00:00
🐞 fix:修复个别歌曲触发错误请求
This commit is contained in:
parent
00f41c3c98
commit
d1eae616f2
@ -1664,7 +1664,7 @@ export class tools extends plugin {
|
||||
}
|
||||
})
|
||||
// mv截断
|
||||
if (message.includes("mv")) {
|
||||
if (/mv\?/.test(message)) {
|
||||
const AUTO_NETEASE_MV_DETAIL = autoSelectNeteaseApi + "/mv/detail?mvid={}";
|
||||
const AUTO_NETEASE_MV_URL = autoSelectNeteaseApi + "/mv/url?id={}";
|
||||
// logger.info(AUTO_NETEASE_MV_DETAIL.replace("{}", id));
|
||||
|
Loading…
x
Reference in New Issue
Block a user