chore(player): lint

This commit is contained in:
Timothy Z. 2025-05-01 23:01:02 +03:00 committed by GitHub
parent 980d0038ec
commit 7924200dab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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