mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-11 13:45:25 +03:00
Don't load metadata
This commit is contained in:
parent
b183f4b181
commit
478755fffe
@ -272,8 +272,8 @@ export default function HlsVideoPlayer({
|
|||||||
? onTimeUpdate(videoRef.current.currentTime)
|
? onTimeUpdate(videoRef.current.currentTime)
|
||||||
: undefined
|
: undefined
|
||||||
}
|
}
|
||||||
onLoadedData={onPlayerLoaded}
|
onLoadedData={() => {
|
||||||
onLoadedMetadata={() => {
|
onPlayerLoaded?.();
|
||||||
handleLoadedMetadata();
|
handleLoadedMetadata();
|
||||||
|
|
||||||
if (videoRef.current) {
|
if (videoRef.current) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user