From 9bf6db41873070cb5c5e950d9daa3e9002205bb7 Mon Sep 17 00:00:00 2001 From: Qstick Date: Sun, 24 Jan 2021 22:25:25 -0500 Subject: [PATCH] Remove Sab ToPP Status --- .../DownloadClientTests/SabnzbdTests/SabnzbdFixture.cs | 1 - .../Download/Clients/Sabnzbd/SabnzbdDownloadStatus.cs | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/NzbDrone.Core.Test/Download/DownloadClientTests/SabnzbdTests/SabnzbdFixture.cs b/src/NzbDrone.Core.Test/Download/DownloadClientTests/SabnzbdTests/SabnzbdFixture.cs index ebb8a30fb..066f635b0 100644 --- a/src/NzbDrone.Core.Test/Download/DownloadClientTests/SabnzbdTests/SabnzbdFixture.cs +++ b/src/NzbDrone.Core.Test/Download/DownloadClientTests/SabnzbdTests/SabnzbdFixture.cs @@ -218,7 +218,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)] diff --git a/src/NzbDrone.Core/Download/Clients/Sabnzbd/SabnzbdDownloadStatus.cs b/src/NzbDrone.Core/Download/Clients/Sabnzbd/SabnzbdDownloadStatus.cs index 71eb9f755..9b49edc8a 100644 --- a/src/NzbDrone.Core/Download/Clients/Sabnzbd/SabnzbdDownloadStatus.cs +++ b/src/NzbDrone.Core/Download/Clients/Sabnzbd/SabnzbdDownloadStatus.cs @@ -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,