mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-12 22:25:24 +03:00
increase onplaying timeout
This commit is contained in:
parent
2e5aa10514
commit
69879ae628
@ -394,7 +394,7 @@ function MSEPlayer({
|
||||
playTimeoutRef.current = setTimeout(() => {
|
||||
setIsPlaying(true);
|
||||
onPlaying?.();
|
||||
}, 5000);
|
||||
}, 7000);
|
||||
}
|
||||
if (onError != undefined) {
|
||||
if (videoRef.current?.paused) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user