Fixed discord #1623

This commit is contained in:
tidusjar 2017-10-26 20:56:04 +01:00
parent ae777ef636
commit 8ac5bf7829

View file

@ -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)