1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

Should skip History check during a search

This commit is contained in:
Mark McDowall
2013-08-07 20:30:20 -07:00
parent 1274c1c144
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();