Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/src/commit/27a4d63e181a681f3179b309a7a196c1bb04717a/NzbDrone/ApplicationModes.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
namespace NzbDrone
|
|
{
|
|
public enum ApplicationModes
|
|
{
|
|
Console,
|
|
Help,
|
|
InstallService,
|
|
UninstallService,
|
|
Service,
|
|
}
|
|
}
|