aboutsummaryrefslogtreecommitdiffstats
path: root/src/client
diff options
context:
space:
mode:
Diffstat (limited to 'src/client')
-rw-r--r--src/client/players/Youtube.hx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/players/Youtube.hx b/src/client/players/Youtube.hx
index 3e84950..39328e0 100644
--- a/src/client/players/Youtube.hx
+++ b/src/client/players/Youtube.hx
@@ -182,7 +182,7 @@ class Youtube implements IPlayer {
public function setTime(time:Float):Void {
if (!isLoaded) return;
- youtube.seekTo((time : Any), true);
+ youtube.seekTo(time, true);
}
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage