mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
chore(Player): lint (2)
This commit is contained in:
parent
3985c88346
commit
ebb15463b4
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ const Player = ({ urlParams, queryParams }) => {
|
|||
if (isNavigating.current) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
ended();
|
||||
if (player.nextVideo !== null) {
|
||||
nextVideo();
|
||||
|
|
|
|||
Loading…
Reference in a new issue