mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Fixed UI for downloadAllowed
This commit is contained in:
parent
c5908c52a5
commit
a5528f00cb
3 changed files with 14 additions and 0 deletions
|
@ -89,6 +89,7 @@ namespace NzbDrone.Api.Indexers
|
|||
release.InjectFrom(downloadDecision.RemoteEpisode.ParsedEpisodeInfo);
|
||||
release.InjectFrom(downloadDecision);
|
||||
release.Rejections = downloadDecision.Rejections.ToList();
|
||||
release.DownloadAllowed = downloadDecision.RemoteEpisode.DownloadAllowed;
|
||||
|
||||
result.Add(release);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue