sabnzbd: allow overriding of config schema version and encoding

This commit is contained in:
glyph
2026-03-29 00:26:18 +01:00
parent ecf281d03f
commit 345604f013
@@ -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