Fixed issue with Nzbget client detecting completed downloads when no intermediate directory was used.

This commit is contained in:
Taloth Saldono 2014-06-09 12:55:45 +02:00
parent d489dff152
commit cdca754b0f
1 changed files with 0 additions and 4 deletions

View File

@ -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);
}