mirror of
https://github.com/lidarr/Lidarr
synced 2025-01-03 13:34:54 +00:00
parent
1e5e756585
commit
30833453a6
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ public ActionResult<ReleaseResource> Create(ReleaseResource release)
|
|||
|
||||
lock (PushLock)
|
||||
{
|
||||
decisions = _downloadDecisionMaker.GetRssDecision(new List<ReleaseInfo> { info });
|
||||
decisions = _downloadDecisionMaker.GetRssDecision(new List<ReleaseInfo> { info }, true);
|
||||
_downloadDecisionProcessor.ProcessDecisions(decisions).GetAwaiter().GetResult();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue