sabnzbd: allow overriding of config schema version and encoding

This commit is contained in:
glyph 2026-03-29 00:18:25 +01:00
commit 345604f013

View file

@ -33,7 +33,7 @@ let
"__version__" = 19;
"__encoding__" = "utf-8";
};
allSettings = cfg.settings // mandatoryGlobalSettings;
allSettings = mandatoryGlobalSettings // cfg.settings;
# sabnzbd uses configobj type inis, which support
# nested sections specified by increasing numbers