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/1631c1877c4f90663a52457ab8dc9c45a482c97c/NzbDrone.Update/AppType.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
namespace NzbDrone.Update
|
|
{
|
|
public enum AppType
|
|
{
|
|
Normal,
|
|
Console,
|
|
Service
|
|
}
|
|
}
|