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,