mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-08 06:00:50 -07:00
Fixed issues img
This commit is contained in:
parent
e4bd0950d0
commit
487abf3ac2
2 changed files with 2 additions and 2 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue