Compatibility

This commit is contained in:
Nicolas Mowen 2025-08-14 09:07:04 -06:00
parent 92fa46d6ea
commit 930b433a5f

View File

@ -107,7 +107,10 @@ export function GenericVideoPlayer({
> >
<HlsVideoPlayer <HlsVideoPlayer
videoRef={videoRef} videoRef={videoRef}
currentSource={source} currentSource={{
playlist: source,
startPosition: 0,
}}
hotKeys hotKeys
visible visible
frigateControls={false} frigateControls={false}