diff --git a/components/video-player/controls/Controls.tsx b/components/video-player/controls/Controls.tsx index 1db6434d..b601642f 100644 --- a/components/video-player/controls/Controls.tsx +++ b/components/video-player/controls/Controls.tsx @@ -404,7 +404,7 @@ export const Controls: React.FC = ({ const switchOnEpisodeMode = () => { setEpisodeView(true); - if (isPlaying) togglePlay(progress.value); + if (isPlaying) togglePlay(); }; const gotoEpisode = async (itemId: string) => {