mirror of
https://github.com/Sonarr/Sonarr
synced 2026-05-08 21:21:47 +02:00
Fix grabbing interactive search items
This commit is contained in:
parent
ce8a5d8a6b
commit
1043e7f43f
1 changed files with 1 additions and 0 deletions
|
|
@ -272,6 +272,7 @@ private List<ReleaseResource> MapDecisions(IEnumerable<DownloadDecision> decisio
|
|||
var release = downloadDecision.MapDecision(result.Count, _qualityProfile);
|
||||
|
||||
release.History = AddHistory(downloadDecision.RemoteEpisode.Release, history);
|
||||
_remoteEpisodeCache.Set(GetCacheKey(release), downloadDecision.RemoteEpisode, TimeSpan.FromMinutes(30));
|
||||
|
||||
result.Add(release);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue