1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-06 03:50:04 +02:00
This commit is contained in:
Daniel Neto 2024-12-06 16:19:23 -03:00
parent 38cc1436c1
commit a8e3c8c7a3

View file

@ -1115,6 +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);
player.currentTime(currentTime);
initdone = false;
// wait for video metadata to load, then set time