mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-07-31 08:09:02 +03:00
fix profile save diff, masksAndZones delete, and config sync
This commit is contained in:
@@ -171,6 +171,7 @@ export default function ProfilesView({
|
||||
|
||||
if (Object.keys(configData).length > 0) {
|
||||
await axios.put("config/set", {
|
||||
requires_restart: 0,
|
||||
config_data: { cameras: configData },
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user