mirror of
https://github.com/Readarr/Readarr
synced 2025-12-20 23:35:13 +01:00
parent
f9ba00c9e7
commit
518dbe53eb
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,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