aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorRblSb <msrblsb@gmail.com>2020-05-11 05:35:56 +0300
committerRblSb <msrblsb@gmail.com>2020-05-11 05:35:56 +0300
commit13660e01338b392b777db31817f7db1728c54140 (patch)
treebf01798ec7c996bfc84f364519c42c1ceb702571 /build
parentcd98a6fa51c8e18c13c62603d67a0880c53e729a (diff)
Fix playback rate on setTime
Diffstat (limited to 'build')
-rw-r--r--build/server.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/server.js b/build/server.js
index 3be172e..6635826 100644
--- a/build/server.js
+++ b/build/server.js
@@ -3843,6 +3843,7 @@ server_VideoTimer.prototype = {
}
,setTime: function(secs) {
this.startTime = Date.now() / 1000 - secs;
+ this.rateStartTime = Date.now() / 1000;
if(this.isPaused()) {
this.pause();
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage