aboutsummaryrefslogtreecommitdiffstats
path: root/src/client/Player.hx
diff options
context:
space:
mode:
authorRblSb <msrblsb@gmail.com>2020-02-20 00:43:12 +0300
committerRblSb <msrblsb@gmail.com>2020-02-20 00:43:12 +0300
commite53a69f09dd3f03b984986bbb3a2daddf78b159f (patch)
treeb38e738324475cfc28d1eaa2105561d3d3e55547 /src/client/Player.hx
parent2ecf9b8d31457175c6cc4ca5a441a165556afb77 (diff)
Improve seeking
Diffstat (limited to 'src/client/Player.hx')
-rw-r--r--src/client/Player.hx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/Player.hx b/src/client/Player.hx
index 2973e9b..efdb71a 100644
--- a/src/client/Player.hx
+++ b/src/client/Player.hx
@@ -33,7 +33,7 @@ class Player {
if (!isLoaded) main.send({type: VideoLoaded});
isLoaded = true;
}
- video.ontimeupdate = (e) -> {
+ video.onseeking = e -> {
if (skipSetTime) {
skipSetTime = false;
return;
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage