mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-01-11 22:40:31 +00:00
correct bingewatching use
This commit is contained in:
parent
074daeeae8
commit
57b2632486
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ const Player = ({ urlParams, queryParams }) => {
|
|||
|
||||
const handleNextVideoNavigation = React.useCallback((deepLinks, bingeWatching, ended) => {
|
||||
if (ended) {
|
||||
if (profile.settings.bingeWatching) {
|
||||
if (bingeWatching) {
|
||||
if (deepLinks.player) {
|
||||
isNavigating.current = true;
|
||||
window.location.replace(deepLinks.player);
|
||||
|
|
|
|||
Loading…
Reference in a new issue