修复build error

This commit is contained in:
mtvpls
2025-12-07 00:28:24 +08:00
parent 4363f4cdae
commit 58238bca62
+2 -2
View File
@@ -3766,8 +3766,8 @@ function PlayPageClient() {
totalEpisodes={totalEpisodes} totalEpisodes={totalEpisodes}
episodes_titles={detail?.episodes_titles || []} episodes_titles={detail?.episodes_titles || []}
value={currentEpisodeIndex + 1} value={currentEpisodeIndex + 1}
onChange={playSync.shouldDisableControls ? () => {} : handleEpisodeChange} onChange={playSync.shouldDisableControls ? () => { /* disabled */ } : handleEpisodeChange}
onSourceChange={playSync.shouldDisableControls ? () => {} : handleSourceChange} onSourceChange={playSync.shouldDisableControls ? () => { /* disabled */ } : handleSourceChange}
currentSource={currentSource} currentSource={currentSource}
currentId={currentId} currentId={currentId}
videoTitle={searchTitle || videoTitle} videoTitle={searchTitle || videoTitle}