mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-04-23 13:57:06 -04:00
Fixed: Don't ignore Delete:Copy items in NZBGet
This commit is contained in:
parent
0e721917e7
commit
54addbdd28
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue