Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/commit/11d83165e5335713ed92cecf1f32274800dcfae1?style=split&whitespace=ignore-change
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
1 additions and
1 deletions
@ -34,6 +34,6 @@ namespace NzbDrone.Core.Notifications
public bool SupportsOnBookRetag { get ; set ; }
public bool SupportsOnBookRetag { get ; set ; }
public bool SupportsOnApplicationUpdate { get ; set ; }
public bool SupportsOnApplicationUpdate { get ; set ; }
public override bool Enable = > OnGrab | | OnReleaseImport | | ( OnReleaseImport & & OnUpgrade ) | | On AuthorAdded | | OnAuthorDelete | | OnBookDelete | | OnBookFileDelete | | OnBookFileDeleteForUpgrade | | OnHealthIssue | | OnDownloadFailure | | OnImportFailure | | OnBookRetag | | OnApplicationUpdate ;
public override bool Enable = > OnGrab | | OnReleaseImport | | ( OnReleaseImport & & OnUpgrade ) | | On Rename | | On AuthorAdded | | OnAuthorDelete | | OnBookDelete | | OnBookFileDelete | | OnBookFileDeleteForUpgrade | | OnHealthIssue | | OnDownloadFailure | | OnImportFailure | | OnBookRetag | | OnApplicationUpdate ;
}
}
}
}