aboutsummaryrefslogtreecommitdiff
path: root/template/assemblies/switcher/miniroom-video.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'template/assemblies/switcher/miniroom-video.phtml')
-rw-r--r--template/assemblies/switcher/miniroom-video.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/assemblies/switcher/miniroom-video.phtml b/template/assemblies/switcher/miniroom-video.phtml
index f6d052d..28b4c50 100644
--- a/template/assemblies/switcher/miniroom-video.phtml
+++ b/template/assemblies/switcher/miniroom-video.phtml
@@ -18,7 +18,7 @@
<ul>
<?
if($protocol == 'hls')
- $formats = array('auto', 'hd', 'sd');
+ $formats = array('hd', 'sd', 'auto');
else
$formats = array('hd', 'sd');
?>