fix global ffmpeg section

This commit is contained in:
Josh Hawkins
2026-02-27 09:40:21 -06:00
parent 44f7c9c799
commit 7835585378
+1
View File
@@ -454,6 +454,7 @@ const CAMERA_SECTION_MAPPING: Record<string, SettingsType> = {
// keys for global sections
const GLOBAL_SECTION_MAPPING: Record<string, SettingsType> = {
detect: "globalDetect",
ffmpeg: "globalFfmpeg",
record: "globalRecording",
snapshots: "globalSnapshots",
motion: "globalMotion",