1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 09:49:28 +02:00
This commit is contained in:
Daniel Neto 2024-12-05 16:48:32 -03:00
parent ba6194748d
commit cc4f3cc3be
4 changed files with 207 additions and 0 deletions

View file

@ -1093,6 +1093,9 @@ var initdone = false;
var startCurrentTime = 0;
var forceCurrentTime = null;
function setCurrentTime(currentTime) {
if(isLive){
return false;
}
//console.log("setCurrentTime:", currentTime, forceCurrentTime);
if (forceCurrentTime !== null) {
startCurrentTime = forceCurrentTime;