mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-27 17:17:40 +03:00
Compatibility
This commit is contained in:
parent
92fa46d6ea
commit
930b433a5f
@ -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}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user