mirror of https://github.com/Radarr/Radarr
Fixed issue with Nzbget client detecting completed downloads when no intermediate directory was used.
This commit is contained in:
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…
Reference in New Issue