aboutsummaryrefslogtreecommitdiffstats
path: root/src/client/JsApi.hx
diff options
context:
space:
mode:
authorRblSb <msrblsb@gmail.com>2021-08-01 14:33:27 +0300
committerRblSb <msrblsb@gmail.com>2021-08-01 14:33:27 +0300
commitb8827aa6df5c58fb5655c8519477ea93694617f3 (patch)
treecf67b50990a2864dd8ffe9b094b24241aae48ef3 /src/client/JsApi.hx
parent530bee28a0baa653e2be73cba525bd38d5e04b5e (diff)
Way to change video src on client
see #27
Diffstat (limited to 'src/client/JsApi.hx')
-rw-r--r--src/client/JsApi.hx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/JsApi.hx b/src/client/JsApi.hx
index 4d98478..d9e6f02 100644
--- a/src/client/JsApi.hx
+++ b/src/client/JsApi.hx
@@ -104,7 +104,7 @@ class JsApi {
}
@:expose
- static function setVideoSrc(src:String):Void {
+ public static function setVideoSrc(src:String):Void {
player.changeVideoSrc(src);
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage