diff options
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); |
