mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-07-22 11:49:03 +03:00
The resolved config always reports model_size (schema default), so clearing it whenever a provider was selected falsely marked the field dirty on load and sent a delete for a YAML key that isn't there (Error updating config: 'model_size'). Only clear a non-default value, which is the only case actually present in the config file.