fix: save play record

This commit is contained in:
senshinya
2025-07-08 15:10:21 +08:00
committed by GitHub
parent f57beae50d
commit 5d485444d1

View File

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