diff --git a/src/Readarr.Api.V1/Indexers/ReleasePushController.cs b/src/Readarr.Api.V1/Indexers/ReleasePushController.cs index 3c8158fc4..f2ee964ae 100644 --- a/src/Readarr.Api.V1/Indexers/ReleasePushController.cs +++ b/src/Readarr.Api.V1/Indexers/ReleasePushController.cs @@ -57,7 +57,7 @@ namespace Readarr.Api.V1.Indexers lock (PushLock) { - decisions = _downloadDecisionMaker.GetRssDecision(new List { info }); + decisions = _downloadDecisionMaker.GetRssDecision(new List { info }, true); _downloadDecisionProcessor.ProcessDecisions(decisions).GetAwaiter().GetResult(); }