Fixed the discord issue relating to images #1513

This commit is contained in:
Jamie.Rees 2017-10-03 08:16:01 +01:00
parent 43a78f0e3c
commit 532530a954

View file

@ -64,7 +64,7 @@ namespace Ombi.Core.Engine
RequestType = RequestType.Movie,
Overview = movieInfo.Overview,
ImdbId = movieInfo.ImdbId,
PosterPath = movieInfo.PosterPath,
PosterPath = movieInfo.PosterPath.TrimStart('/'),
Title = movieInfo.Title,
ReleaseDate = !string.IsNullOrEmpty(movieInfo.ReleaseDate)
? DateTime.Parse(movieInfo.ReleaseDate)