fix global ffmpeg section

This commit is contained in:
Josh Hawkins 2026-02-04 08:51:11 -06:00
parent 44f7c9c799
commit 7835585378

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",