Almost fully integrated TVMaze #21 and also improved the fix for #31

This commit is contained in:
Jamie Rees 2016-03-18 21:10:01 +00:00
parent b1d7a3187e
commit f88c7d7583
9 changed files with 64 additions and 23 deletions

View file

@ -114,7 +114,7 @@ namespace PlexRequests.UI.Modules
Status = tv.Status,
ImdbId = tv.ImdbId,
Id = tv.Id,
PosterPath = tv.ProviderId.ToString(),
PosterPath = tv.PosterPath,
ReleaseDate = tv.ReleaseDate.Humanize(),
RequestedDate = tv.RequestedDate.Humanize(),
Approved = tv.Approved,