diff --git a/src/NzbDrone.Core/Download/Clients/Nzbget/Nzbget.cs b/src/NzbDrone.Core/Download/Clients/Nzbget/Nzbget.cs index 11b84cf4e..6ae144000 100644 --- a/src/NzbDrone.Core/Download/Clients/Nzbget/Nzbget.cs +++ b/src/NzbDrone.Core/Download/Clients/Nzbget/Nzbget.cs @@ -180,10 +180,6 @@ namespace NzbDrone.Core.Download.Clients.Nzbget { historyItem.Status = DownloadItemStatus.Failed; } - else if (item.MoveStatus != "SUCCESS") - { - historyItem.Status = DownloadItemStatus.Queued; - } historyItems.Add(historyItem); }