Fixed: Release source for release/push

Closes #4430
This commit is contained in:
Bogdan 2024-01-11 02:03:04 +02:00
parent 1e5e756585
commit 30833453a6
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}