1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-11-04 10:02:40 +01:00

Added TODO to remove ToPP SABnzbd status

This commit is contained in:
Mark McDowall 2016-10-27 18:02:38 -07:00
parent 8f73a51522
commit cdce65a922

View File

@ -7,7 +7,7 @@ public enum SabnzbdDownloadStatus
Paused,
Checking,
Downloading,
ToPP,
ToPP, // TODO: Remove in v3
QuickCheck,
Verifying,
Repairing,