mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 09:49:28 +02:00
This commit is contained in:
parent
9f9c6bb74a
commit
a57d758179
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue