Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/commit/4ccf7533a805b887c3e24fa451c27ac8ae530431
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
50 additions and
0 deletions
@ -2142,6 +2142,16 @@
"tags" : [
"DownloadClient"
] ,
"parameters" : [
{
"name" : "forceSave" ,
"in" : "query" ,
"schema" : {
"type" : "boolean" ,
"default" : false
}
}
] ,
"requestBody" : {
"content" : {
"application/json" : {
@ -3124,6 +3134,16 @@
"tags" : [
"ImportList"
] ,
"parameters" : [
{
"name" : "forceSave" ,
"in" : "query" ,
"schema" : {
"type" : "boolean" ,
"default" : false
}
}
] ,
"requestBody" : {
"content" : {
"application/json" : {
@ -3656,6 +3676,16 @@
"tags" : [
"Indexer"
] ,
"parameters" : [
{
"name" : "forceSave" ,
"in" : "query" ,
"schema" : {
"type" : "boolean" ,
"default" : false
}
}
] ,
"requestBody" : {
"content" : {
"application/json" : {
@ -4626,6 +4656,16 @@
"tags" : [
"Metadata"
] ,
"parameters" : [
{
"name" : "forceSave" ,
"in" : "query" ,
"schema" : {
"type" : "boolean" ,
"default" : false
}
}
] ,
"requestBody" : {
"content" : {
"application/json" : {
@ -5630,6 +5670,16 @@
"tags" : [
"Notification"
] ,
"parameters" : [
{
"name" : "forceSave" ,
"in" : "query" ,
"schema" : {
"type" : "boolean" ,
"default" : false
}
}
] ,
"requestBody" : {
"content" : {
"application/json" : {