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

9 lines
184 B

namespace NzbDrone.Core.Download.Clients.Sabnzbd
{
public class ConnectionInfoModel
{
public string Address { get; set; }
public int Port { get; set; }
}
}