Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/blame/commit/f7c340d7952ea26ce45b0c8110879f6996abd850/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,
|
|
|
|
|
}
|
|
|
|
|
}
|