mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
Merge pull request #280 from seancallinan/dev
Use HTTPS for the poster images
This commit is contained in:
commit
7df7131510
3 changed files with 3 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue