mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-20 15:18:21 +03:00
fix global ffmpeg section
This commit is contained in:
parent
44f7c9c799
commit
7835585378
@ -454,6 +454,7 @@ const CAMERA_SECTION_MAPPING: Record<string, SettingsType> = {
|
|||||||
// keys for global sections
|
// keys for global sections
|
||||||
const GLOBAL_SECTION_MAPPING: Record<string, SettingsType> = {
|
const GLOBAL_SECTION_MAPPING: Record<string, SettingsType> = {
|
||||||
detect: "globalDetect",
|
detect: "globalDetect",
|
||||||
|
ffmpeg: "globalFfmpeg",
|
||||||
record: "globalRecording",
|
record: "globalRecording",
|
||||||
snapshots: "globalSnapshots",
|
snapshots: "globalSnapshots",
|
||||||
motion: "globalMotion",
|
motion: "globalMotion",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user