mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-21 07:38:22 +03:00
don't require restart for camera enabled change for profiles
This commit is contained in:
parent
b1081d7217
commit
eeeec2db86
@ -435,7 +435,10 @@ function ProfileCameraEnableSection({
|
||||
},
|
||||
};
|
||||
|
||||
await axios.put("config/set", { config_data: configData });
|
||||
await axios.put("config/set", {
|
||||
requires_restart: 0,
|
||||
config_data: configData,
|
||||
});
|
||||
await onConfigChanged();
|
||||
|
||||
setLocalOverrides((prev) => ({
|
||||
|
||||
Loading…
Reference in New Issue
Block a user