diff options
| author | RblSb <msrblsb@gmail.com> | 2025-02-12 11:33:18 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2025-02-13 06:42:50 +0300 |
| commit | 74244ebef3e3e4cbd9af50ca19af2affb39ba0f1 (patch) | |
| tree | bcb763cc38a7c69c748a5523f3e1db7aa8f05d32 /src/client/players/Vk.hx | |
| parent | 82a6c65d46e2583883b1b01d706145386308d19e (diff) | |
Add /volume command
Diffstat (limited to 'src/client/players/Vk.hx')
| -rw-r--r-- | src/client/players/Vk.hx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/players/Vk.hx b/src/client/players/Vk.hx index 99643de..f1976ca 100644 --- a/src/client/players/Vk.hx +++ b/src/client/players/Vk.hx @@ -102,7 +102,7 @@ class Vk implements IPlayer { final oid = ids.oid; final id = ids.id; final tempVideo = Utils.nodeFromString( - '<iframe id="temp-videoplayer" src="https://vk.com/video_ext.php?oid=$oid&id=$id&hd=1&js_api=1" + '<iframe class="temp-videoplayer" src="https://vk.com/video_ext.php?oid=$oid&id=$id&hd=1&js_api=1" allow="autoplay; encrypted-media; fullscreen; picture-in-picture;" frameborder="0" allowfullscreen> </iframe>'.trim() |
