aboutsummaryrefslogtreecommitdiffstats
path: root/res/client.js
diff options
context:
space:
mode:
Diffstat (limited to 'res/client.js')
-rw-r--r--res/client.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/client.js b/res/client.js
index 0ab736c..1c8691d 100644
--- a/res/client.js
+++ b/res/client.js
@@ -1157,7 +1157,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()) {
return;
}
if(!data.getTime.paused) {
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage