move auto to end of hls-list

This commit is contained in:
MaZderMind 2014-12-15 22:21:26 +01:00
parent c9c977461b
commit 0a5bfd28df
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@
<ul>
<?
if($protocol == 'hls')
$formats = array('auto', 'hd', 'sd');
$formats = array('hd', 'sd', 'auto');
else
$formats = array('hd', 'sd');
?>

View file

@ -22,7 +22,7 @@
<ul>
<?
if($protocol == 'hls')
$formats = array('auto', 'hd', 'sd');
$formats = array('hd', 'sd', 'auto');
else
$formats = array('hd', 'sd');
?>