From 686fd09534162da052d422930b18e9368d1592ff Mon Sep 17 00:00:00 2001 From: IgorA100 Date: Sat, 21 Mar 2026 22:21:36 +0300 Subject: [PATCH] Update web/skins/classic/views/montage.php Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- web/skins/classic/views/montage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/skins/classic/views/montage.php b/web/skins/classic/views/montage.php index f0fe5379e..20f69a36a 100644 --- a/web/skins/classic/views/montage.php +++ b/web/skins/classic/views/montage.php @@ -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']])) {