修复讲解详情播放器语言切换重复显示
Some checks failed
CI / verify (push) Has been cancelled

This commit is contained in:
lyf
2026-07-10 10:21:15 +08:00
parent 11a3acb137
commit 653ec67b14
4 changed files with 52 additions and 45 deletions

View File

@@ -417,7 +417,6 @@ const seekToPercent = (percent: number) => {
const registerHost = () => {
hostSequence += 1
const hostId = `global-audio-host-${hostSequence}`
activeHostId.value = hostId
return hostId
}