mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-01-11 22:40:31 +00:00
fix(Player): binge disabled navigation back
This commit is contained in:
parent
7456e8f15a
commit
c0bc34eb40
1 changed files with 2 additions and 0 deletions
|
|
@ -115,6 +115,8 @@ const Player = ({ urlParams, queryParams }) => {
|
|||
isNavigating.current = true;
|
||||
window.location.replace(deepLinks.metaDetailsStreams);
|
||||
}
|
||||
} else {
|
||||
window.history.back();
|
||||
}
|
||||
} else {
|
||||
if (deepLinks.player) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue