aboutsummaryrefslogtreecommitdiffstats
path: root/src/client/Player.hx
diff options
context:
space:
mode:
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