diff --git a/src/Lidarr.Api.V1/Indexers/ReleasePushController.cs b/src/Lidarr.Api.V1/Indexers/ReleasePushController.cs index e87e29101..8e3b22aea 100644 --- a/src/Lidarr.Api.V1/Indexers/ReleasePushController.cs +++ b/src/Lidarr.Api.V1/Indexers/ReleasePushController.cs @@ -60,7 +60,7 @@ namespace Lidarr.Api.V1.Indexers lock (PushLock) { - decisions = _downloadDecisionMaker.GetRssDecision(new List { info }); + decisions = _downloadDecisionMaker.GetRssDecision(new List { info }, true); _downloadDecisionProcessor.ProcessDecisions(decisions).GetAwaiter().GetResult(); }