Fix: 修复API不正常工作

This commit is contained in:
IamFurina 2025-02-26 21:11:15 +08:00 committed by GitHub
parent e219072f3c
commit 619fd10f4b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -248,7 +248,6 @@ async function consturctServer(moduleDefs) {
const { url } = await match(req.query.id, source) const { url } = await match(req.query.id, source)
song.url = url song.url = url
song.freeTrialInfo = null // 对于Splayer来说去除开通会员提示 song.freeTrialInfo = null // 对于Splayer来说去除开通会员提示
status.playUseOtherSource = true
} }
} }