mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-12 08:16:05 -07:00
Fixed the discord issue relating to images #1513
This commit is contained in:
parent
43a78f0e3c
commit
532530a954
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue