diff --git a/src/features/MatchPage/store/hooks/index.tsx b/src/features/MatchPage/store/hooks/index.tsx index bfa04fa5..a46421f9 100644 --- a/src/features/MatchPage/store/hooks/index.tsx +++ b/src/features/MatchPage/store/hooks/index.tsx @@ -382,19 +382,7 @@ export const useMatchPage = () => { } setIsPlayingFiltersEpisodes(true) - - if (matchProfile?.live) { - handlePlaylistClick({ - playlist: { - episodes: episodesToPlay.map((el) => el.episodes[0]), - id: 1, - type: episodesToPlay[0].type, - }, - tab: Tabs.EVENTS, - }) - } else { - playNextEpisode(0) - } + playNextEpisode(0) } return {