mirror of
https://github.com/MoonTechLab/LunaTV.git
synced 2026-02-23 19:52:09 +08:00
feat: change 3x condition
This commit is contained in:
@@ -1269,7 +1269,7 @@ function PlayPageClient() {
|
||||
}
|
||||
|
||||
// 仅在播放时触发
|
||||
if (artPlayerRef.current?.video?.paused) {
|
||||
if (!artPlayerRef.current?.playing) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user