Should skip History check during a search

This commit is contained in:
Mark McDowall 2013-08-07 20:30:20 -07:00
commit 33db208bb6
15 changed files with 41 additions and 20 deletions

View file

@ -28,7 +28,7 @@ namespace NzbDrone.Core.DecisionEngine.Specifications
}
}
public bool IsSatisfiedBy(RemoteEpisode subject, SearchCriteriaBase searchCriteriaBase)
public bool IsSatisfiedBy(RemoteEpisode subject, SearchCriteriaBase searchCriteria)
{
var downloadClient = _downloadClientProvider.GetDownloadClient();