mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fixed not in queue spec
This commit is contained in:
@@ -43,6 +43,7 @@ namespace NzbDrone.Core.DecisionEngine.Specifications
|
|||||||
if (IsInQueue(subject, queue))
|
if (IsInQueue(subject, queue))
|
||||||
{
|
{
|
||||||
_logger.Trace("Already in queue, rejecting.");
|
_logger.Trace("Already in queue, rejecting.");
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
Reference in New Issue
Block a user