aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRblSb <msrblsb@gmail.com>2020-03-02 12:11:32 +0300
committerRblSb <msrblsb@gmail.com>2020-03-02 12:11:32 +0300
commit8a277e9ca3a64d7b298b7c9333153f5512aa176d (patch)
treeb6246aa8fe86061ec42ec48abd4f617b50d422b1 /src
parentfe6875904f0c8f4ed8359efe961570307d9cbae6 (diff)
Use git yt player externs
Diffstat (limited to 'src')
-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