diff options
| author | RblSb <msrblsb@gmail.com> | 2025-01-17 04:11:46 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2025-01-17 04:11:46 +0300 |
| commit | 600101bb1d093c2f0402ddf38a407f140c4329ed (patch) | |
| tree | e52bc4d6ab36da535cc94d543ac666f342bc51cb /src/client/Player.hx | |
| parent | d9ca7beaa9494cf34590853901cf8be44e243775 (diff) | |
VK player support
Diffstat (limited to 'src/client/Player.hx')
| -rw-r--r-- | src/client/Player.hx | 2 |
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); |
