Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/recyclarr/commit/500a20e885f0c6e39f7bcc9cbe204f258caa55d0 You should set ROOT_URL correctly, otherwise the web may not work correctly.

chore(schema): Use string for quality_definition types

Using JSON data now instead of enumerations in code. There's no finite
set anymore.
pull/124/head
Robert Dailey 3 years ago
parent 566fcf9db9
commit 500a20e885

@ -26,7 +26,7 @@
"description": "The API key from Sonarr."
},
"quality_definition": {
"enum": ["hybrid", "anime", "series"]
"type": "string"
},
"release_profiles": {
"type": "array",
@ -105,8 +105,7 @@
"required": ["type"],
"properties": {
"type": {
"type": "string",
"enum": ["movie"]
"type": "string"
},
"preferred_ratio": {
"type": "number",

Loading…
Cancel
Save