mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-02 06:48:13 +00:00
Fixed issue with Nzbget client detecting completed downloads when no intermediate directory was used.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user