From 30833453a685bc1082335629ab58789513ae0ba9 Mon Sep 17 00:00:00 2001 From: Bogdan Date: Thu, 11 Jan 2024 02:03:04 +0200 Subject: [PATCH] Fixed: Release source for release/push Closes #4430 --- src/Lidarr.Api.V1/Indexers/ReleasePushController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }