chore(Player): lint (2)

This commit is contained in:
Timothy Z. 2025-05-01 23:07:00 +03:00
parent 7924200dab
commit 18ac3583b4

View file

@ -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);