From 5d485444d14bf6df526a3c76ace16eb69440a9af Mon Sep 17 00:00:00 2001 From: senshinya <155552943+senshinya@users.noreply.github.com> Date: Tue, 8 Jul 2025 15:10:21 +0800 Subject: [PATCH] fix: save play record --- src/app/play/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/play/page.tsx b/src/app/play/page.tsx index 572824c..e3e899d 100644 --- a/src/app/play/page.tsx +++ b/src/app/play/page.tsx @@ -668,7 +668,7 @@ function PlayPageClient() { } try { - await savePlayRecord(currentSource, currentId, { + await savePlayRecord(currentSourceRef.current, currentIdRef.current, { title: videoTitleRef.current, source_name: detailRef.current?.source_name || '', year: detailRef.current?.year || '',