Fixed issues img

This commit is contained in:
Jamie.Rees 2017-02-16 15:20:48 +00:00
parent e4bd0950d0
commit 487abf3ac2
2 changed files with 2 additions and 2 deletions

View file

@ -145,7 +145,7 @@ namespace Ombi.UI.Modules
Deleted = issue.Deleted,
Type = issue.Type,
ProviderId = issue.ProviderId,
PosterUrl = issue.PosterUrl,
PosterUrl = issue.PosterUrl.Contains("https://image.tmdb.org/t/p/w150/") ? issue.PosterUrl : $"https://image.tmdb.org/t/p/w150/{issue.PosterUrl}",
Id = issue.Id
};
return View["Details", m];