Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/src/commit/4e06cf0fa6826c796065f883013784d20fb7f7b7/NzbDrone.Update/AppType.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
|
|
namespace NzbDrone.Update
|
|
{
|
|
public enum AppType
|
|
{
|
|
Normal,
|
|
Console,
|
|
Service
|
|
}
|
|
}
|