mirror of
https://github.com/Readarr/Readarr.git
synced 2026-05-18 21:40:25 -04:00
Fixed issue with Nzbget client detecting completed downloads when no intermediate directory was used.
This commit is contained in:
@@ -180,10 +180,6 @@ private IEnumerable<DownloadClientItem> GetHistory()
|
||||
{
|
||||
historyItem.Status = DownloadItemStatus.Failed;
|
||||
}
|
||||
else if (item.MoveStatus != "SUCCESS")
|
||||
{
|
||||
historyItem.Status = DownloadItemStatus.Queued;
|
||||
}
|
||||
|
||||
historyItems.Add(historyItem);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user