Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/commit/740650ff8295ddad5edb4e99621cf5830439813f
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
26 additions and
0 deletions
@ -9028,6 +9028,9 @@
} ,
"monitoringOptions" : {
"$ref" : "#/components/schemas/MonitoringOptions"
} ,
"monitorNewItems" : {
"$ref" : "#/components/schemas/NewItemMonitorTypes"
}
} ,
"additionalProperties" : false
@ -9087,6 +9090,9 @@
"monitored" : {
"type" : "boolean"
} ,
"monitorNewItems" : {
"$ref" : "#/components/schemas/NewItemMonitorTypes"
} ,
"lastInfoSync" : {
"type" : "string" ,
"format" : "date-time" ,
@ -9162,6 +9168,9 @@
"type" : "boolean" ,
"nullable" : true
} ,
"monitorNewItems" : {
"$ref" : "#/components/schemas/NewItemMonitorTypes"
} ,
"qualityProfileId" : {
"type" : "integer" ,
"format" : "int32" ,
@ -9400,6 +9409,9 @@
"monitored" : {
"type" : "boolean"
} ,
"monitorNewItems" : {
"$ref" : "#/components/schemas/NewItemMonitorTypes"
} ,
"rootFolderPath" : {
"type" : "string" ,
"nullable" : true
@ -10472,6 +10484,9 @@
"type" : "string" ,
"nullable" : true
} ,
"monitorNewItems" : {
"$ref" : "#/components/schemas/NewItemMonitorTypes"
} ,
"qualityProfileId" : {
"type" : "integer" ,
"format" : "int32"
@ -11283,6 +11298,14 @@
} ,
"additionalProperties" : false
} ,
"NewItemMonitorTypes" : {
"enum" : [
"all" ,
"none" ,
"new"
] ,
"type" : "string"
} ,
"NotificationResource" : {
"type" : "object" ,
"properties" : {
@ -12480,6 +12503,9 @@
"defaultMonitorOption" : {
"$ref" : "#/components/schemas/MonitorTypes"
} ,
"defaultNewItemMonitorOption" : {
"$ref" : "#/components/schemas/NewItemMonitorTypes"
} ,
"defaultTags" : {
"uniqueItems" : true ,
"type" : "array" ,