diff --git a/schemas/config-schema.json b/schemas/config-schema.json index f6be283c..df8aae67 100644 --- a/schemas/config-schema.json +++ b/schemas/config-schema.json @@ -116,11 +116,14 @@ "description": "If set to true, enables setting scores to 0 in quality profiles where either a CF was not mentioned in the trash_ids array or it was in that list but did not get a score (e.g. no score in guide).", "default": false }, - "upgrades_allowed": { + "upgrade": { "type": "object", "additionalProperties": false, - "required": ["until_quality"], + "required": ["allowed"], "properties": { + "allowed": { + "type": "boolean" + }, "until_quality": { "type": "string" }, diff --git a/src/.idea/.idea.Recyclarr/.idea/runConfigurations/sync.xml b/src/.idea/.idea.Recyclarr/.idea/runConfigurations/sync.xml index 3d8f0bc3..e881b66d 100644 --- a/src/.idea/.idea.Recyclarr/.idea/runConfigurations/sync.xml +++ b/src/.idea/.idea.Recyclarr/.idea/runConfigurations/sync.xml @@ -1,6 +1,6 @@ -