From 0a5bfd28dfc2cf638b7f33a1b8845cba1a3613fc Mon Sep 17 00:00:00 2001
From: MaZderMind
Date: Mon, 15 Dec 2014 22:21:26 +0100
Subject: move auto to end of hls-list

---
 template/assemblies/switcher/miniroom-video.phtml | 2 +-
 template/assemblies/switcher/video.phtml          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

(limited to 'template/assemblies')

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');
 		?>
diff --git a/template/assemblies/switcher/video.phtml b/template/assemblies/switcher/video.phtml
index 598f533..be15515 100644
--- a/template/assemblies/switcher/video.phtml
+++ b/template/assemblies/switcher/video.phtml
@@ -22,7 +22,7 @@
 	<ul>
 		<?
 			if($protocol == 'hls')
-				$formats = array('auto', 'hd', 'sd');
+				$formats = array('hd', 'sd', 'auto');
 			else
 				$formats = array('hd', 'sd');
 		?>
-- 
cgit v1.2.3