From 58238bca62c72cdd2022d59785f684628c2f7fee Mon Sep 17 00:00:00 2001 From: mtvpls Date: Sun, 7 Dec 2025 00:28:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbuild=20error?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/play/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/play/page.tsx b/src/app/play/page.tsx index 2ac981c..cde61f3 100644 --- a/src/app/play/page.tsx +++ b/src/app/play/page.tsx @@ -3766,8 +3766,8 @@ function PlayPageClient() { totalEpisodes={totalEpisodes} episodes_titles={detail?.episodes_titles || []} value={currentEpisodeIndex + 1} - onChange={playSync.shouldDisableControls ? () => {} : handleEpisodeChange} - onSourceChange={playSync.shouldDisableControls ? () => {} : handleSourceChange} + onChange={playSync.shouldDisableControls ? () => { /* disabled */ } : handleEpisodeChange} + onSourceChange={playSync.shouldDisableControls ? () => { /* disabled */ } : handleSourceChange} currentSource={currentSource} currentId={currentId} videoTitle={searchTitle || videoTitle}