Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/src/commit/035434468e2d8b89bfa12fac601c9a4074a5d635/NzbDrone.Core/Download/Clients/Sabnzbd/SabModel.cs You should set ROOT_URL correctly, otherwise the web may not work correctly.
Readarr/NzbDrone.Core/Download/Clients/Sabnzbd/SabModel.cs

10 lines
216 B

namespace NzbDrone.Core.Download.Clients.Sabnzbd
{
public class SabModel
{
public string Host { get; set; }
public int Port { get; set; }
public string ApiKey { get; set; }
}
}