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/1d860cbc1c22b4316108ccf2793855b65d004781/NzbDrone.Core/Model/Sabnzbd/SabModel.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
namespace NzbDrone.Core.Model.Sabnzbd
|
|
{
|
|
public class SabModel
|
|
{
|
|
public string Host { get; set; }
|
|
public int Port { get; set; }
|
|
public string ApiKey { get; set; }
|
|
}
|
|
}
|