Merge pull request #280 from seancallinan/dev

Use HTTPS for the poster images
This commit is contained in:
Jamie 2016-05-28 15:05:47 +01:00
commit 7df7131510
3 changed files with 3 additions and 3 deletions

View file

@ -445,7 +445,7 @@ namespace PlexRequests.UI.Modules
Type = RequestType.Movie,
Overview = movieInfo.Overview,
ImdbId = movieInfo.ImdbId,
PosterPath = "http://image.tmdb.org/t/p/w150/" + movieInfo.PosterPath,
PosterPath = "https://image.tmdb.org/t/p/w150/" + movieInfo.PosterPath,
Title = movieInfo.Title,
ReleaseDate = movieInfo.ReleaseDate ?? DateTime.MinValue,
Status = movieInfo.Status,