aboutsummaryrefslogtreecommitdiff
path: root/template/assemblies/switcher/video.phtml
diff options
context:
space:
mode:
authorMaZderMind2014-10-19 20:51:22 +0200
committerMaZderMind2014-10-19 20:51:22 +0200
commitaaa3a9095ff940543065ef8e9534e48480c4568a (patch)
treee8a3c97e04e3c381cc58c88e7b804e474a213272 /template/assemblies/switcher/video.phtml
parent4386cd59147fc5745b9f113506b6702ecc17bc38 (diff)
fix webm-links
Diffstat (limited to '')
-rw-r--r--template/assemblies/switcher/video.phtml4
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>