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