mirror of
https://github.com/Readarr/Readarr
synced 2025-12-27 10:43:01 +01:00
Some cleanup of things marked for removal in v3
This commit is contained in:
parent
975ff0baf3
commit
b3c217d713
2 changed files with 0 additions and 2 deletions
|
|
@ -226,7 +226,6 @@ public void paused_item_should_have_required_properties(SabnzbdDownloadStatus st
|
|||
[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 @@ public enum SabnzbdDownloadStatus
|
|||
Paused,
|
||||
Checking,
|
||||
Downloading,
|
||||
ToPP, // TODO: Remove in v3
|
||||
QuickCheck,
|
||||
Verifying,
|
||||
Repairing,
|
||||
|
|
|
|||
Loading…
Reference in a new issue