mirror of
https://github.com/Readarr/Readarr
synced 2025-12-31 04:36:15 +01:00
Fixed not in queue spec
This commit is contained in:
parent
235bbc2d91
commit
823ace02a6
1 changed files with 1 additions and 0 deletions
|
|
@ -43,6 +43,7 @@ public bool IsSatisfiedBy(RemoteEpisode subject, SearchCriteriaBase searchCriter
|
|||
if (IsInQueue(subject, queue))
|
||||
{
|
||||
_logger.Trace("Already in queue, rejecting.");
|
||||
return false;
|
||||
}
|
||||
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Reference in a new issue