mirror of
https://github.com/Readarr/Readarr
synced 2025-12-26 18:22:32 +01: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 @@ private IEnumerable<DownloadClientItem> GetHistory()
|
|||
{
|
||||
historyItem.Status = DownloadItemStatus.Failed;
|
||||
}
|
||||
else if (item.MoveStatus != "SUCCESS")
|
||||
{
|
||||
historyItem.Status = DownloadItemStatus.Queued;
|
||||
}
|
||||
|
||||
historyItems.Add(historyItem);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue