mirror of
https://github.com/voc/streaming-website
synced 2024-11-10 06:34:17 +00:00
move auto to end of hls-list
This commit is contained in:
parent
c9c977461b
commit
0a5bfd28df
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@
|
|||
<ul>
|
||||
<?
|
||||
if($protocol == 'hls')
|
||||
$formats = array('auto', 'hd', 'sd');
|
||||
$formats = array('hd', 'sd', 'auto');
|
||||
else
|
||||
$formats = array('hd', 'sd');
|
||||
?>
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
<ul>
|
||||
<?
|
||||
if($protocol == 'hls')
|
||||
$formats = array('auto', 'hd', 'sd');
|
||||
$formats = array('hd', 'sd', 'auto');
|
||||
else
|
||||
$formats = array('hd', 'sd');
|
||||
?>
|
||||
|
|
Loading…
Reference in a new issue