1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-03-05 13:21:25 -05:00

Fixed: Release source for release/push

This commit is contained in:
Bogdan
2024-01-11 02:07:03 +02:00
parent fa036f5807
commit f3d6a1f99d

View File

@@ -66,7 +66,7 @@ namespace Radarr.Api.V3.Indexers
lock (PushLock)
{
var decisions = _downloadDecisionMaker.GetRssDecision(new List<ReleaseInfo> { info });
var decisions = _downloadDecisionMaker.GetRssDecision(new List<ReleaseInfo> { info }, true);
decision = decisions.FirstOrDefault();