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
@@ -375,6 +375,7 @@ namespace NzbDrone.Core.Indexers.Definitions
InfoUrl = details.AbsoluteUri,
Guid = details.AbsoluteUri,
DownloadUrl = link.AbsoluteUri,
PosterUrl = poster.AbsoluteUri,
PublishDate = publishDate,
Categories = cat,
Size = size,