mirror of
https://github.com/fergalmoran/Readarr.git
synced 2025-12-30 05:17:52 +00:00
Some cleanup of things marked for removal in v3
This commit is contained in:
@@ -226,7 +226,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)]
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
Paused,
|
||||
Checking,
|
||||
Downloading,
|
||||
ToPP, // TODO: Remove in v3
|
||||
QuickCheck,
|
||||
Verifying,
|
||||
Repairing,
|
||||
|
||||
Reference in New Issue
Block a user