mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-16 11:37:58 +02:00
Fixed: Don't ignore Delete:Copy items in NZBGet
This commit is contained in:
parent
0e721917e7
commit
54addbdd28
@ -130,7 +130,7 @@ private IEnumerable<DownloadClientItem> GetHistory()
|
|||||||
historyItem.CanMoveFiles = true;
|
historyItem.CanMoveFiles = true;
|
||||||
historyItem.CanBeRemoved = true;
|
historyItem.CanBeRemoved = true;
|
||||||
|
|
||||||
if (item.DeleteStatus == "MANUAL" || item.DeleteStatus == "COPY")
|
if (item.DeleteStatus == "MANUAL")
|
||||||
{
|
{
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user