diff options
author | MaZderMind | 2014-10-19 20:51:22 +0200 |
---|---|---|
committer | MaZderMind | 2014-10-19 20:51:22 +0200 |
commit | aaa3a9095ff940543065ef8e9534e48480c4568a (patch) | |
tree | e8a3c97e04e3c381cc58c88e7b804e474a213272 /template/assemblies/switcher | |
parent | 4386cd59147fc5745b9f113506b6702ecc17bc38 (diff) |
fix webm-links
Diffstat (limited to '')
-rw-r--r-- | template/assemblies/switcher/video.phtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/assemblies/switcher/video.phtml b/template/assemblies/switcher/video.phtml index 1ecf0f6..e4551bb 100644 --- a/template/assemblies/switcher/video.phtml +++ b/template/assemblies/switcher/video.phtml @@ -40,11 +40,11 @@ <ul> <li> <span class="label filetype">HQ</span> - <a href="<?=h(link_stream('icecast', $room, 'hq'))?>"> + <a href="<?=h(link_stream('icecast', $room, 'webm'))?>"> <span class="fa fa-flag-o"></span> native </a> - <a href="<?=h(link_stream('icecast', $room, 'hq', true))?>"> + <a href="<?=h(link_stream('icecast', $room, 'webm', true))?>"> <span class="fa fa-flag"></span> translated </a> |