diff --git a/src/features/MatchPage/components/LiveMatch/hooks/index.tsx b/src/features/MatchPage/components/LiveMatch/hooks/index.tsx index 245f0b39..05cb804b 100644 --- a/src/features/MatchPage/components/LiveMatch/hooks/index.tsx +++ b/src/features/MatchPage/components/LiveMatch/hooks/index.tsx @@ -35,10 +35,7 @@ export const useLiveMatch = (profile: MatchInfo) => { onPlaylistSelect: handlePlaylistClick, resume: resume ?? fromStartIfStreamPaused, selectedPlaylist, - streamUrl: ( - profile?.playbackUrl - || `${API_ROOT}/video/stream/${sportType}/${matchId}.m3u8` - ), + streamUrl: `${API_ROOT}/video/stream/${sportType}/${matchId}.m3u8`, ...usePlayerProgressReporter(), ...useLastPlayPosition(), }