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 || '',