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

pull/4/head
Taloth Saldono 10 years ago
parent d489dff152
commit cdca754b0f

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

Loading…
Cancel
Save