diff --git a/src/features/MultiSourcePlayer/hooks/index.tsx b/src/features/MultiSourcePlayer/hooks/index.tsx index bb5aeb86..fbad2d56 100644 --- a/src/features/MultiSourcePlayer/hooks/index.tsx +++ b/src/features/MultiSourcePlayer/hooks/index.tsx @@ -229,7 +229,7 @@ export const useMultiSourcePlayer = ({ if (ready && videoRef) { videoRef.current?.scrollIntoView({ behavior: 'smooth', - block: 'end', + block: 'start', }) } }, [ready, videoRef])