mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-13 16:52:56 -07:00
Fixed discord #1623
This commit is contained in:
parent
ae777ef636
commit
8ac5bf7829
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ namespace Ombi.Notifications
|
|||
Overview = req.Overview;
|
||||
Year = req.ReleaseDate.Year.ToString();
|
||||
PosterImage = req.RequestType == RequestType.Movie ?
|
||||
$"https://image.tmdb.org/t/p/w300/{req.PosterPath}" : req.PosterPath;
|
||||
$"https://image.tmdb.org/t/p/w300{req.PosterPath}" : req.PosterPath;
|
||||
}
|
||||
|
||||
public void Setup(ChildRequests req, CustomizationSettings s)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue