From 8f17f6539c27be74b4ef6b70913334ea9445180c Mon Sep 17 00:00:00 2001 From: mtvpls Date: Wed, 10 Dec 2025 21:17:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E7=BC=93=E5=AD=98=E7=9A=84?= =?UTF-8?q?=E5=BC=B9=E5=B9=95=E4=B8=8D=E5=8F=97=E5=BC=B9=E5=B9=95=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E7=9A=84=E6=8E=A7=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/play/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/play/page.tsx b/src/app/play/page.tsx index bcdc372..7b568a5 100644 --- a/src/app/play/page.tsx +++ b/src/app/play/page.tsx @@ -2099,6 +2099,7 @@ function PlayPageClient() { ); console.log('[弹幕] 使用缓存成功,跳过搜索'); + lastLoadedEpisodeIdRef.current = episode.episodeId; await loadDanmaku(episode.episodeId); return; // 成功使用缓存,直接返回 } @@ -2211,6 +2212,7 @@ function PlayPageClient() { ); // 加载弹幕 + lastLoadedEpisodeIdRef.current = episode.episodeId; await loadDanmaku(episode.episodeId); console.log('自动搜索弹幕成功:', selection);