From 7c783aa53d024ee250e129edaa1cb778868c71c6 Mon Sep 17 00:00:00 2001 From: Steve Gilvarry Date: Fri, 1 Jan 2021 14:38:33 +1100 Subject: [PATCH] Deal with Error for Auto not in Array Add value auto into the array, even if not implemented as without it you cannot save a monitor. --- web/skins/classic/views/monitor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/skins/classic/views/monitor.php b/web/skins/classic/views/monitor.php index d52fc7e1f..c47495e3c 100644 --- a/web/skins/classic/views/monitor.php +++ b/web/skins/classic/views/monitor.php @@ -972,7 +972,7 @@ echo htmlSelect('newMonitor[OutputCodec]', $videowriter_codecs, $monitor->Output translate('Auto'), + 'auto' => translate('Auto'), 'h264_omx' => 'h264_omx', 'libx264' => 'libx264', 'h264_vaapi' => 'h264_vaapi',