1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2025-02-25 15:43:08 +00:00

Hopefully fix RSSSync

This commit is contained in:
Leonardo Galli 2017-01-17 21:22:51 +01:00 committed by GitHub
parent fe62e18f0d
commit e2eab31548

View file

@ -32,7 +32,7 @@ public DownloadDecisionMaker(IEnumerable<IDecisionEngineSpecification> specifica
public List<DownloadDecision> GetRssDecision(List<ReleaseInfo> reports)
{
return GetDecisions(reports).ToList();
return GetMovieDecisions(reports).ToList();
}
public List<DownloadDecision> GetSearchDecision(List<ReleaseInfo> reports, SearchCriteriaBase searchCriteriaBase)