Hopefully fix RSSSync

pull/312/head
Leonardo Galli 7 years ago committed by GitHub
parent fe62e18f0d
commit e2eab31548

@ -32,7 +32,7 @@ namespace NzbDrone.Core.DecisionEngine
public List<DownloadDecision> GetRssDecision(List<ReleaseInfo> reports)
{
return GetDecisions(reports).ToList();
return GetMovieDecisions(reports).ToList();
}
public List<DownloadDecision> GetSearchDecision(List<ReleaseInfo> reports, SearchCriteriaBase searchCriteriaBase)

Loading…
Cancel
Save