mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-26 22:46:37 -04:00
Fixed: Remove pending releases that are rejected
This commit is contained in:
@@ -29,7 +29,7 @@ namespace NzbDrone.Core.DecisionEngine
|
||||
{
|
||||
get
|
||||
{
|
||||
return Rejections.Any() && Rejections.All(r => r.Type == RejectionType.Permanent);
|
||||
return Rejections.Any() && Rejections.Any(r => r.Type == RejectionType.Permanent);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user