1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 02:39:46 +02:00
Daniel Neto 2023-06-30 08:55:17 -03:00
parent 746e163d01
commit 1c7ea28b46
808 changed files with 316395 additions and 381162 deletions

View file

@ -50,7 +50,7 @@ const common = {
this.clock.tick(1000);
this.player.buffered = function() {
return videojs.createTimeRange(0, 0);
return videojs.time.createTimeRange(0, 0);
};
this.player.ads(this.adsOptions);