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