Update web/skins/classic/views/montage.php
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>pull/4393/head
parent
3a37569340
commit
686fd09534
|
|
@ -307,7 +307,7 @@ echo htmlSelect('changeRate', $maxfps_options, $options['maxfps'], array('id'=>'
|
|||
'OnlyAudioVisualization'=>translate('Only audio visualization'),
|
||||
'VideoAudioVisualization'=>translate('Video and audio visualization')
|
||||
];
|
||||
$whatDisplaySelected = 'default'; // Default
|
||||
$whatDisplaySelected = 'Default'; // Default
|
||||
if (isset($_REQUEST['whatDisplay']) and isset($whatDisplay[$_REQUEST['whatDisplay']])) {
|
||||
$whatDisplaySelected = validHtmlStr($_REQUEST['whatDisplay']);
|
||||
} else if (isset($_COOKIE['zmWhatDisplay']) and isset($whatDisplay[$_COOKIE['zmWhatDisplay']])) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue