diff options
author | MaZderMind | 2014-12-15 22:21:26 +0100 |
---|---|---|
committer | MaZderMind | 2014-12-15 22:21:26 +0100 |
commit | 0a5bfd28dfc2cf638b7f33a1b8845cba1a3613fc (patch) | |
tree | fe16bf98b93789315aa2213c190ca56fa3a98436 /template/assemblies/switcher/video.phtml | |
parent | c9c977461b2fa1cfdbb1285ddea1c56d78439885 (diff) |
move auto to end of hls-list
Diffstat (limited to '')
-rw-r--r-- | template/assemblies/switcher/video.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
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'); ?> |