Fixed not in queue spec
This commit is contained in:
parent
235bbc2d91
commit
823ace02a6
|
@ -43,6 +43,7 @@ namespace NzbDrone.Core.DecisionEngine.Specifications
|
|||
if (IsInQueue(subject, queue))
|
||||
{
|
||||
_logger.Trace("Already in queue, rejecting.");
|
||||
return false;
|
||||
}
|
||||
|
||||
return true;
|
||||
|
|
Loading…
Reference in New Issue