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/08e2d60f20936344b25301d5e128e7d54bfbe591/NzbDrone.Core/Download/Clients/Nzbget/JsonRequest.cs You should set ROOT_URL correctly, otherwise the web may not work correctly.
Prowlarr/NzbDrone.Core/Download/Clients/Nzbget/JsonRequest.cs

11 lines
199 B

using System;
namespace NzbDrone.Core.Download.Clients.Nzbget
{
public class JsonRequest
{
public String Method { get; set; }
public object[] Params { get; set; }
}
}