diff --git a/src/features/MatchPage/components/LiveMatch/hooks/index.tsx b/src/features/MatchPage/components/LiveMatch/hooks/index.tsx index 82f31bba..df9766c4 100644 --- a/src/features/MatchPage/components/LiveMatch/hooks/index.tsx +++ b/src/features/MatchPage/components/LiveMatch/hooks/index.tsx @@ -48,7 +48,7 @@ export const useLiveMatch = () => { } = usePlayerProgressReporter() const onDurationChange = (duration: number) => { - if (profile?.live || profile?.video_bounds) return + if (profile?.live && (!profile?.has_video || profile?.storage)) return setFullMatchPlaylistDuration(duration) }