Fixed: Release source for release/push

Closes #3182
pull/3185/head
Bogdan 5 months ago
parent f9ba00c9e7
commit 518dbe53eb

@ -57,7 +57,7 @@ namespace Readarr.Api.V1.Indexers
lock (PushLock)
{
decisions = _downloadDecisionMaker.GetRssDecision(new List<ReleaseInfo> { info });
decisions = _downloadDecisionMaker.GetRssDecision(new List<ReleaseInfo> { info }, true);
_downloadDecisionProcessor.ProcessDecisions(decisions).GetAwaiter().GetResult();
}

Loading…
Cancel
Save