mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-01-11 22:40:31 +00:00
chore(Player): lint (2)
This commit is contained in:
parent
7924200dab
commit
18ac3583b4
1 changed files with 2 additions and 2 deletions
|
|
@ -218,9 +218,9 @@ const Player = ({ urlParams, queryParams }) => {
|
|||
const deepLinks = player.nextVideo.deepLinks;
|
||||
const navigateToPlayer = deepLinks.player ? deepLinks.player : null;
|
||||
const navigateToDetails = deepLinks.metaDetailsStreams ? deepLinks.metaDetailsStreams : null;
|
||||
|
||||
|
||||
nextVideo();
|
||||
|
||||
|
||||
requestAnimationFrame(() => {
|
||||
if (navigateToPlayer) {
|
||||
window.location.replace(navigateToPlayer);
|
||||
|
|
|
|||
Loading…
Reference in a new issue