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:
parent
af0eff0f81
commit
add1d4083a
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ function setPlayerListners() {
|
|||
setTimeout(function(){
|
||||
setCurrentTime(startCurrentTime);
|
||||
startCurrentTime = 0;
|
||||
}, 500);
|
||||
}, 100);
|
||||
}
|
||||
console.log("setPlayerListners: play");
|
||||
//userIsControling = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue