diff --git a/luasrc/model/cbi/frigate.lua b/luasrc/model/cbi/frigate.lua index 2a495e7..62cc3e3 100644 --- a/luasrc/model/cbi/frigate.lua +++ b/luasrc/model/cbi/frigate.lua @@ -70,8 +70,10 @@ o = s:option(Value, "path", "RTSP Path") o = s:option(Value, "roles", "Roles") o = s:option(Flag, "record", "Enable Recording") o.default = "0" +o.rmempty = false o = s:option(Flag, "snapshots", "Enable Snapshots") o.default = "0" +o.rmempty = false o = s:option(Value, "mask", "Mask") return m \ No newline at end of file