Update web/skins/classic/views/montage.php

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
pull/4393/head
IgorA100 2026-03-21 22:21:36 +03:00 committed by GitHub
parent 3a37569340
commit 686fd09534
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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']])) {