Fixed: Release source for release/push

Closes #4430
pull/4433/head
Bogdan 4 months ago
parent 1e5e756585
commit 30833453a6

@ -60,7 +60,7 @@ namespace Lidarr.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