mirror of https://github.com/lidarr/Lidarr
Remove Sab ToPP Status
This commit is contained in:
parent
709d01a3b1
commit
9bf6db4187
|
@ -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)]
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue