修复build error
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user