diff --git a/src/features/StreamPlayer/hooks/index.tsx b/src/features/StreamPlayer/hooks/index.tsx index a55e1866..2b4c0ad5 100644 --- a/src/features/StreamPlayer/hooks/index.tsx +++ b/src/features/StreamPlayer/hooks/index.tsx @@ -299,10 +299,8 @@ export const useVideoPlayer = ({ useEffect(() => { if ((isLive - && chapters[0]?.isFullMatchChapter - && chaptersProps[0]?.isFullMatchChapter) + && chapters[0]?.endOffsetMs === chaptersProps[0]?.endOffsetMs) || isEmpty(chapters)) return - setPlayerState({ ...initialState, chapters: chaptersProps,