Patch: 更新API

This commit is contained in:
IamFurina 2025-02-22 19:38:19 +08:00 committed by GitHub
parent 4e1307166a
commit a345848533
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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