New: Add PosterUrl to ReleaseInfo for parsing

This commit is contained in:
Qstick
2021-07-18 21:33:17 -04:00
parent a127e5a30f
commit e304461dfb
11 changed files with 29 additions and 17 deletions
@@ -378,6 +378,7 @@ namespace NzbDrone.Core.Indexers.Definitions
Size = torrent.Size,
ImdbId = ParseUtil.GetImdbID(torrent.ImdbId).GetValueOrDefault(),
DownloadUrl = $"{Settings.BaseUrl}/api/torrent/{torrent.Id}/download",
PosterUrl = torrent.Poster,
InfoUrl = torrent.Url,
Grabs = torrent.TimesCompleted,
PublishDate = torrent.CreatedAt,