mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-01-17 10:45:49 +02:00
Some cleanup of things marked for removal in v3
This commit is contained in:
parent
64ddea5473
commit
dc184601a8
@ -54,8 +54,7 @@ public class ReleaseResource : RestResource
|
||||
public DownloadProtocol Protocol { get; set; }
|
||||
|
||||
|
||||
// TODO: Remove in v3
|
||||
// Used to support the original Release Push implementation
|
||||
// Used to support the original Release Push implementation, removed in v3
|
||||
// JsonIgnore so we don't serialize it, but can still parse it
|
||||
[JsonIgnore]
|
||||
public DownloadProtocol DownloadProtocol
|
||||
|
@ -216,7 +216,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 New Issue
Block a user