Fixed: Pushed releases should be stored as pushed release

Closes #8246

Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
pull/8422/head
Qstick 1 year ago
parent 91f1fd9dd0
commit c3f30fb237

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

Loading…
Cancel
Save