1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 02:39:46 +02:00

Fix a initial time play

This commit is contained in:
Daniel 2021-10-22 11:11:19 -03:00
parent af0eff0f81
commit add1d4083a

View file

@ -192,7 +192,7 @@ function setPlayerListners() {
setTimeout(function(){
setCurrentTime(startCurrentTime);
startCurrentTime = 0;
}, 500);
}, 100);
}
console.log("setPlayerListners: play");
//userIsControling = true;