mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 17:15:48 +00:00
Update Player.js
This commit is contained in:
parent
f446047f8b
commit
79f06153c8
1 changed files with 1 additions and 1 deletions
|
|
@ -505,7 +505,7 @@ const Player = ({ urlParams, queryParams }) => {
|
|||
video.events.off('extraSubtitlesTrackAdded', onExtraSubtitlesTrackAdded);
|
||||
video.events.off('implementationChanged', onImplementationChanged);
|
||||
};
|
||||
}, [onEnded]);
|
||||
}, []);
|
||||
|
||||
React.useLayoutEffect(() => {
|
||||
const onKeyDown = (event) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue