diff options
Diffstat (limited to 'res')
| -rw-r--r-- | res/client.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/client.js b/res/client.js index fb8e7c9..ad8506c 100644 --- a/res/client.js +++ b/res/client.js @@ -1192,7 +1192,7 @@ client_Main.prototype = { if(this.player.isVideoLoaded()) { this.forceSyncNextTick = false; } - if(this.player.getDuration() <= this.player.getTime()) { + if(this.player.getDuration() <= this.player.getTime() + synchThreshold) { return; } if(!data.getTime.paused) { |
