mirror of
https://github.com/Radarr/Radarr
synced 2026-03-02 02:21:51 +01:00
Fixed: Release source for release/push
This commit is contained in:
parent
fa036f5807
commit
f3d6a1f99d
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ public ActionResult<List<ReleaseResource>> Create(ReleaseResource release)
|
|||
|
||||
lock (PushLock)
|
||||
{
|
||||
var decisions = _downloadDecisionMaker.GetRssDecision(new List<ReleaseInfo> { info });
|
||||
var decisions = _downloadDecisionMaker.GetRssDecision(new List<ReleaseInfo> { info }, true);
|
||||
|
||||
decision = decisions.FirstOrDefault();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue