@ -229,7 +229,7 @@ export const useMultiSourcePlayer = ({
if (ready && videoRef) {
videoRef.current?.scrollIntoView({
behavior: 'smooth',
block: 'end',
block: 'start',
})
}
}, [ready, videoRef])