Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/blame/commit/b71518a803030b0b012d70ce7b7734d5bee769bf/NzbDrone.Core/Download/Clients/Nzbget/EnqueueResponse.cs You should set ROOT_URL correctly, otherwise the web may not work correctly.
Sonarr/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; }
}
}