From 15e3a7bd75a2e519a733c012d1b62e790eb59ef4 Mon Sep 17 00:00:00 2001 From: mtvpls Date: Wed, 31 Dec 2025 00:30:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=9A=82=E5=81=9C=E6=92=AD?= =?UTF-8?q?=E6=94=BE=E8=AE=B0=E5=BD=95=E6=8A=A5=E9=94=99=E4=B8=A4=E6=AC=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/play/page.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/app/play/page.tsx b/src/app/play/page.tsx index 71a836f..05348a3 100644 --- a/src/app/play/page.tsx +++ b/src/app/play/page.tsx @@ -4777,10 +4777,6 @@ function PlayPageClient() { } }); - artPlayerRef.current.on('pause', () => { - saveCurrentPlayProgress(); - }); - if (artPlayerRef.current?.video) { ensureVideoSource( artPlayerRef.current.video as HTMLVideoElement,