aboutsummaryrefslogtreecommitdiffstats
path: root/src/client/Player.hx
diff options
context:
space:
mode:
authorRblSb <msrblsb@gmail.com>2025-01-17 04:11:46 +0300
committerRblSb <msrblsb@gmail.com>2025-01-17 04:11:46 +0300
commit600101bb1d093c2f0402ddf38a407f140c4329ed (patch)
treee52bc4d6ab36da535cc94d543ac666f342bc51cb /src/client/Player.hx
parentd9ca7beaa9494cf34590853901cf8be44e243775 (diff)
VK player support
Diffstat (limited to 'src/client/Player.hx')
-rw-r--r--src/client/Player.hx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/Player.hx b/src/client/Player.hx
index 70efcf9..f51d017 100644
--- a/src/client/Player.hx
+++ b/src/client/Player.hx
@@ -8,6 +8,7 @@ import client.Main.ge;
import client.players.Iframe;
import client.players.Raw;
import client.players.Streamable;
+import client.players.Vk;
import client.players.Youtube;
import haxe.Http;
import haxe.Json;
@@ -42,6 +43,7 @@ class Player {
streamable = new Streamable(main, this);
players = [
youtube,
+ new Vk(main, this),
streamable,
];
iframePlayer = new Iframe(main, this);
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage