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

11 lines
203 B

using System;
namespace NzbDrone.Core.Download.Clients.Nzbget
{
public class EnqueueResponse
{
public String Version { get; set; }
public Boolean Result { get; set; }
}
}