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