Fixed: Don't ignore Delete:Copy items in NZBGet
This commit is contained in:
parent
0e721917e7
commit
54addbdd28
|
@ -130,7 +130,7 @@ namespace NzbDrone.Core.Download.Clients.Nzbget
|
|||
historyItem.CanMoveFiles = true;
|
||||
historyItem.CanBeRemoved = true;
|
||||
|
||||
if (item.DeleteStatus == "MANUAL" || item.DeleteStatus == "COPY")
|
||||
if (item.DeleteStatus == "MANUAL")
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue