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
@@ -242,6 +242,7 @@ namespace NzbDrone.Core.Indexers.Definitions
Title = title,
Guid = details,
InfoUrl = details,
PosterUrl = poster.AbsoluteUri,
DownloadUrl = link,
Categories = new List<IndexerCategory> { TvCategoryFromQualityParser.ParseTvShowQuality(title) },
Size = size,