diff options
Diffstat (limited to 'template/assemblies/switcher/video.phtml')
-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'); ?> |