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}