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