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/Types.hx | |
| parent | d9ca7beaa9494cf34590853901cf8be44e243775 (diff) | |
VK player support
Diffstat (limited to 'src/Types.hx')
| -rw-r--r-- | src/Types.hx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Types.hx b/src/Types.hx index 0f56392..3d25fda 100644 --- a/src/Types.hx +++ b/src/Types.hx @@ -5,6 +5,7 @@ import Client.ClientData; enum abstract PlayerType(String) { var RawType; var YoutubeType; + var VkType; var IframeType; } |
