mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
fix(player): redirect to MetaDetails
This commit is contained in:
parent
242a4a8110
commit
5b56c58e5b
1 changed files with 0 additions and 1 deletions
|
|
@ -219,7 +219,6 @@ const Player = ({ urlParams, queryParams }) => {
|
|||
|
||||
const deepLinks = player.nextVideo.deepLinks;
|
||||
if (deepLinks.metaDetailsStreams && deepLinks.player) {
|
||||
window.location.replace(deepLinks.metaDetailsStreams);
|
||||
window.location.href = deepLinks.player;
|
||||
} else {
|
||||
window.location.replace(deepLinks.player ?? deepLinks.metaDetailsStreams);
|
||||
|
|
|
|||
Loading…
Reference in a new issue