Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/commit/501cefa2f4af083c8f5bb3dee44f90cb7483c31c
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
40 additions and
0 deletions
@ -2527,6 +2527,14 @@
"DownloadClient"
] ,
"parameters" : [
{
"name" : "forceSave" ,
"in" : "query" ,
"schema" : {
"type" : "boolean" ,
"default" : false
}
} ,
{
"name" : "id" ,
"in" : "path" ,
@ -3528,6 +3536,14 @@
"ImportList"
] ,
"parameters" : [
{
"name" : "forceSave" ,
"in" : "query" ,
"schema" : {
"type" : "boolean" ,
"default" : false
}
} ,
{
"name" : "id" ,
"in" : "path" ,
@ -4052,6 +4068,14 @@
"Indexer"
] ,
"parameters" : [
{
"name" : "forceSave" ,
"in" : "query" ,
"schema" : {
"type" : "boolean" ,
"default" : false
}
} ,
{
"name" : "id" ,
"in" : "path" ,
@ -5014,6 +5038,14 @@
"Metadata"
] ,
"parameters" : [
{
"name" : "forceSave" ,
"in" : "query" ,
"schema" : {
"type" : "boolean" ,
"default" : false
}
} ,
{
"name" : "id" ,
"in" : "path" ,
@ -5995,6 +6027,14 @@
"Notification"
] ,
"parameters" : [
{
"name" : "forceSave" ,
"in" : "query" ,
"schema" : {
"type" : "boolean" ,
"default" : false
}
} ,
{
"name" : "id" ,
"in" : "path" ,