mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
Fixed: Don't ignore Delete:Copy items in NZBGet
This commit is contained in:
parent
0aa3da9780
commit
556be1fa12
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ namespace NzbDrone.Core.Download.Clients.Nzbget
|
||||||
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…
Add table
Add a link
Reference in a new issue