mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 09:45:22 +03:00
Allow player to continue on error
This commit is contained in:
parent
edcb1b554b
commit
4ef3a7282a
@ -33,6 +33,9 @@ export default function VideoPlayer({ children, options, seekOptions = {}, onRea
|
||||
...seekOptions,
|
||||
});
|
||||
|
||||
// Allows player to continue on error
|
||||
player.reloadSourceOnError();
|
||||
|
||||
// Disable fullscreen on iOS if we have children
|
||||
if (
|
||||
children &&
|
||||
|
||||
Loading…
Reference in New Issue
Block a user