correct bingewatching use

This commit is contained in:
Timothy Z. 2025-11-27 18:24:42 +02:00
parent 074daeeae8
commit 57b2632486

View file

@ -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);