1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-03-05 13:20:20 -05:00

Fixed: Release source for release/push

This commit is contained in:
Bogdan
2024-01-11 02:03:04 +02:00
committed by Mark McDowall
parent eff0408b0e
commit 9044ecc59b

View File

@@ -66,7 +66,7 @@ namespace Sonarr.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();