fix(Player): binge disabled navigation back

This commit is contained in:
Timothy Z. 2025-10-31 16:42:53 +02:00
parent 7456e8f15a
commit c0bc34eb40

View file

@ -115,6 +115,8 @@ const Player = ({ urlParams, queryParams }) => {
isNavigating.current = true;
window.location.replace(deepLinks.metaDetailsStreams);
}
} else {
window.history.back();
}
} else {
if (deepLinks.player) {