mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 05:23:31 -07:00
Fixed issue with Nzbget client detecting completed downloads when no intermediate directory was used.
This commit is contained in:
parent
d489dff152
commit
cdca754b0f
1 changed files with 0 additions and 4 deletions
|
@ -180,10 +180,6 @@ namespace NzbDrone.Core.Download.Clients.Nzbget
|
||||||
{
|
{
|
||||||
historyItem.Status = DownloadItemStatus.Failed;
|
historyItem.Status = DownloadItemStatus.Failed;
|
||||||
}
|
}
|
||||||
else if (item.MoveStatus != "SUCCESS")
|
|
||||||
{
|
|
||||||
historyItem.Status = DownloadItemStatus.Queued;
|
|
||||||
}
|
|
||||||
|
|
||||||
historyItems.Add(historyItem);
|
historyItems.Add(historyItem);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue