chore(Player): lint (2)

This commit is contained in:
Timothy Z. 2025-05-02 19:47:04 +03:00
parent 3985c88346
commit ebb15463b4

View file

@ -120,7 +120,7 @@ const Player = ({ urlParams, queryParams }) => {
if (isNavigating.current) {
return;
}
ended();
if (player.nextVideo !== null) {
nextVideo();