Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/commit/0697dbff96a7437d2aac933f9e3121838b0417e7
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
15 additions and
56 deletions
@ -321,20 +321,10 @@
"200" : {
"description" : "Success" ,
"content" : {
"text/plain" : {
"schema" : {
"$ref" : "#/components/schemas/BlocklistResourcePagingResource"
}
} ,
"application/json" : {
"schema" : {
"$ref" : "#/components/schemas/BlocklistResourcePagingResource"
}
} ,
"text/json" : {
"schema" : {
"$ref" : "#/components/schemas/BlocklistResourcePagingResource"
}
}
}
}
@ -1221,16 +1211,6 @@
"schema" : {
"$ref" : "#/components/schemas/CustomFormatResource"
}
} ,
"text/json" : {
"schema" : {
"$ref" : "#/components/schemas/CustomFormatResource"
}
} ,
"application/*+json" : {
"schema" : {
"$ref" : "#/components/schemas/CustomFormatResource"
}
}
}
} ,
@ -1265,14 +1245,6 @@
"200" : {
"description" : "Success" ,
"content" : {
"text/plain" : {
"schema" : {
"type" : "array" ,
"items" : {
"$ref" : "#/components/schemas/CustomFormatResource"
}
}
} ,
"application/json" : {
"schema" : {
"type" : "array" ,
@ -1280,14 +1252,6 @@
"$ref" : "#/components/schemas/CustomFormatResource"
}
}
} ,
"text/json" : {
"schema" : {
"type" : "array" ,
"items" : {
"$ref" : "#/components/schemas/CustomFormatResource"
}
}
}
}
}
@ -1315,16 +1279,6 @@
"schema" : {
"$ref" : "#/components/schemas/CustomFormatResource"
}
} ,
"text/json" : {
"schema" : {
"$ref" : "#/components/schemas/CustomFormatResource"
}
} ,
"application/*+json" : {
"schema" : {
"$ref" : "#/components/schemas/CustomFormatResource"
}
}
}
} ,
@ -8999,7 +8953,8 @@
"nullable" : true
} ,
"includeCustomFormatWhenRenaming" : {
"type" : "boolean"
"type" : "boolean" ,
"nullable" : true
} ,
"specifications" : {
"type" : "array" ,
@ -9411,6 +9366,10 @@
} ,
"nullable" : true
} ,
"customFormatScore" : {
"type" : "integer" ,
"format" : "int32"
} ,
"qualityCutoffNotMet" : {
"type" : "boolean"
} ,
@ -10214,6 +10173,13 @@
"type" : "string" ,
"nullable" : true
} ,
"customFormats" : {
"type" : "array" ,
"items" : {
"$ref" : "#/components/schemas/CustomFormatResource"
} ,
"nullable" : true
} ,
"rejections" : {
"type" : "array" ,
"items" : {
@ -11376,11 +11342,8 @@
"type" : "integer" ,
"format" : "int32"
} ,
"extraInfo" : {
"type" : "object" ,
"additionalProperties" : {
"nullable" : true
} ,
"hardcodedSubs" : {
"type" : "string" ,
"nullable" : true
} ,
"movieTitle" : {
@ -11533,10 +11496,6 @@
} ,
"revision" : {
"$ref" : "#/components/schemas/Revision"
} ,
"hardcodedSubs" : {
"type" : "string" ,
"nullable" : true
}
} ,
"additionalProperties" : false