diff --git a/src/app/play/page.tsx b/src/app/play/page.tsx index 909984f..3ae7c85 100644 --- a/src/app/play/page.tsx +++ b/src/app/play/page.tsx @@ -1269,7 +1269,7 @@ function PlayPageClient() { } // 仅在播放时触发 - if (artPlayerRef.current?.video?.paused) { + if (!artPlayerRef.current?.playing) { return; }