Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/commit/370280b4bf57ab9e9446f5008a032e8972550331 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Another wiki URL update

Close 
pull/4418/head
Mark McDowall 4 years ago committed by GitHub
parent 6c505937da
commit 370280b4bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -50,7 +50,7 @@ namespace NzbDrone.Core.HealthCheck.Checks
// Migration helper logic
if (!downloadClientIsLocalHost)
{
return new HealthCheck(GetType(), HealthCheckResult.Warning, "Enable Completed Download Handling if possible (Multi-Computer unsupported)", "#completed/failed_download_handling");
return new HealthCheck(GetType(), HealthCheckResult.Warning, "Enable Completed Download Handling if possible (Multi-Computer unsupported)", "#completed_failed_download_handling");
}
if (downloadClients.All(v => v.DownloadClient is Sabnzbd))

Loading…
Cancel
Save