diff options
Diffstat (limited to 'template/assemblies/switcher/video.phtml')
-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 549b5d7..446b006 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, 'webm'))?>"> + <a href="<?=h(link_stream('webm', $room, 'webm'))?>"> <span class="fa fa-flag-o"></span> native </a> - <a href="<?=h(link_stream('icecast', $room, 'webm', true))?>"> + <a href="<?=h(link_stream('webm', $room, 'webm', true))?>"> <span class="fa fa-flag"></span> translated </a> |