Allow player to continue on error

This commit is contained in:
Nick Mowen 2022-12-14 15:50:16 -07:00
parent edcb1b554b
commit 4ef3a7282a

View File

@ -33,6 +33,9 @@ export default function VideoPlayer({ children, options, seekOptions = {}, onRea
...seekOptions, ...seekOptions,
}); });
// Allows player to continue on error
player.reloadSourceOnError();
// Disable fullscreen on iOS if we have children // Disable fullscreen on iOS if we have children
if ( if (
children && children &&