mirror of
https://github.com/Radarr/Radarr
synced 2025-02-25 15:43:08 +00:00
Hopefully fix RSSSync
This commit is contained in:
parent
fe62e18f0d
commit
e2eab31548
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue