1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 09:49:28 +02:00
Daniel Neto 2025-01-04 19:22:13 -03:00
parent 9f9c6bb74a
commit a57d758179

View file

@ -1115,7 +1115,7 @@ function setCurrentTime(currentTime) {
return false; // if is trying to play, only update if the time is greater
}
}
console.log("setCurrentTime 1: ", currentTime, isLive);
console.log("setCurrentTime 1: ", currentTime);
player.currentTime(currentTime);
initdone = false;
// wait for video metadata to load, then set time