Some cleanup of things marked for removal in v3
This commit is contained in:
parent
64ddea5473
commit
dc184601a8
|
@ -54,8 +54,7 @@ namespace NzbDrone.Api.Indexers
|
||||||
public DownloadProtocol Protocol { get; set; }
|
public DownloadProtocol Protocol { get; set; }
|
||||||
|
|
||||||
|
|
||||||
// TODO: Remove in v3
|
// Used to support the original Release Push implementation, removed in v3
|
||||||
// Used to support the original Release Push implementation
|
|
||||||
// JsonIgnore so we don't serialize it, but can still parse it
|
// JsonIgnore so we don't serialize it, but can still parse it
|
||||||
[JsonIgnore]
|
[JsonIgnore]
|
||||||
public DownloadProtocol DownloadProtocol
|
public DownloadProtocol DownloadProtocol
|
||||||
|
|
|
@ -216,7 +216,6 @@ namespace NzbDrone.Core.Test.Download.DownloadClientTests.SabnzbdTests
|
||||||
[TestCase(SabnzbdDownloadStatus.Checking)]
|
[TestCase(SabnzbdDownloadStatus.Checking)]
|
||||||
[TestCase(SabnzbdDownloadStatus.Downloading)]
|
[TestCase(SabnzbdDownloadStatus.Downloading)]
|
||||||
[TestCase(SabnzbdDownloadStatus.QuickCheck)]
|
[TestCase(SabnzbdDownloadStatus.QuickCheck)]
|
||||||
[TestCase(SabnzbdDownloadStatus.ToPP)]
|
|
||||||
[TestCase(SabnzbdDownloadStatus.Verifying)]
|
[TestCase(SabnzbdDownloadStatus.Verifying)]
|
||||||
[TestCase(SabnzbdDownloadStatus.Repairing)]
|
[TestCase(SabnzbdDownloadStatus.Repairing)]
|
||||||
[TestCase(SabnzbdDownloadStatus.Fetching)]
|
[TestCase(SabnzbdDownloadStatus.Fetching)]
|
||||||
|
|
|
@ -7,7 +7,6 @@
|
||||||
Paused,
|
Paused,
|
||||||
Checking,
|
Checking,
|
||||||
Downloading,
|
Downloading,
|
||||||
ToPP, // TODO: Remove in v3
|
|
||||||
QuickCheck,
|
QuickCheck,
|
||||||
Verifying,
|
Verifying,
|
||||||
Repairing,
|
Repairing,
|
||||||
|
|
Loading…
Reference in New Issue