feat: change 3x condition

This commit is contained in:
shinya
2025-06-25 01:03:51 +08:00
parent ca23c108ba
commit 48392c89f1

View File

@@ -1269,7 +1269,7 @@ function PlayPageClient() {
}
// 仅在播放时触发
if (artPlayerRef.current?.video?.paused) {
if (!artPlayerRef.current?.playing) {
return;
}