diff --git a/template/assemblies/switcher/miniroom-video.phtml b/template/assemblies/switcher/miniroom-video.phtml
index f6d052d1..28b4c503 100644
--- a/template/assemblies/switcher/miniroom-video.phtml
+++ b/template/assemblies/switcher/miniroom-video.phtml
@@ -18,7 +18,7 @@
if($protocol == 'hls')
- $formats = array('auto', 'hd', 'sd');
+ $formats = array('hd', 'sd', 'auto');
else
$formats = array('hd', 'sd');
?>
diff --git a/template/assemblies/switcher/video.phtml b/template/assemblies/switcher/video.phtml
index 598f533b..be155156 100644
--- a/template/assemblies/switcher/video.phtml
+++ b/template/assemblies/switcher/video.phtml
@@ -22,7 +22,7 @@
if($protocol == 'hls')
- $formats = array('auto', 'hd', 'sd');
+ $formats = array('hd', 'sd', 'auto');
else
$formats = array('hd', 'sd');
?>