From cdce65a9224ea4297dac30223c2cddb750be51d7 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Thu, 27 Oct 2016 18:02:38 -0700 Subject: [PATCH] Added TODO to remove ToPP SABnzbd status --- .../Download/Clients/Sabnzbd/SabnzbdDownloadStatus.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NzbDrone.Core/Download/Clients/Sabnzbd/SabnzbdDownloadStatus.cs b/src/NzbDrone.Core/Download/Clients/Sabnzbd/SabnzbdDownloadStatus.cs index 2f66aaef4..71eb9f755 100644 --- a/src/NzbDrone.Core/Download/Clients/Sabnzbd/SabnzbdDownloadStatus.cs +++ b/src/NzbDrone.Core/Download/Clients/Sabnzbd/SabnzbdDownloadStatus.cs @@ -7,7 +7,7 @@ Paused, Checking, Downloading, - ToPP, + ToPP, // TODO: Remove in v3 QuickCheck, Verifying, Repairing,