Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/commit/37197150beb175c97277787ede6bbe95707f7f15
You should set ROOT_URL correctly, otherwise the web may not work correctly.
3 changed files with
2 additions and
6 deletions
@ -56,9 +56,7 @@ namespace NzbDrone.Api.Indexers
public int? Leechers { get ; set ; }
public DownloadProtocol Protocol { get ; set ; }
// TODO: Remove in v3
// Used to support the original Release Push implementation
// JsonIgnore so we don't serialize it, but can still parse it
// JsonIgnore so we don't serialize it, but can still parse it, removed in v3
[JsonIgnore]
public DownloadProtocol DownloadProtocol
{
@ -216,7 +216,6 @@ namespace NzbDrone.Core.Test.Download.DownloadClientTests.SabnzbdTests
[TestCase(SabnzbdDownloadStatus.Checking)]
[TestCase(SabnzbdDownloadStatus.Downloading)]
[TestCase(SabnzbdDownloadStatus.QuickCheck)]
[TestCase(SabnzbdDownloadStatus.ToPP)]
[TestCase(SabnzbdDownloadStatus.Verifying)]
[TestCase(SabnzbdDownloadStatus.Repairing)]
[TestCase(SabnzbdDownloadStatus.Fetching)]
@ -1,4 +1,4 @@
namespace NzbDrone.Core.Download.Clients.Sabnzbd
namespace NzbDrone.Core.Download.Clients.Sabnzbd
{
public enum SabnzbdDownloadStatus
{
@ -7,7 +7,6 @@
Paused ,
Checking ,
Downloading ,
ToPP , // TODO: Remove in v3
QuickCheck ,
Verifying ,
Repairing ,