1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-10-06 08:07:20 +02:00

Fixed not in queue spec

This commit is contained in:
Mark McDowall 2014-02-05 23:43:58 -08:00
parent 235bbc2d91
commit 823ace02a6

View File

@ -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;