mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-11 07:46:05 -07:00
Fixed
This commit is contained in:
parent
05fbdf2a38
commit
7cbea541ce
1 changed files with 1 additions and 2 deletions
|
@ -245,8 +245,7 @@ namespace Ombi.UI.Modules
|
||||||
Status = tv.Status,
|
Status = tv.Status,
|
||||||
ImdbId = tv.ImdbId,
|
ImdbId = tv.ImdbId,
|
||||||
Id = tv.Id,
|
Id = tv.Id,
|
||||||
//PosterPath = tv.PosterPath.Contains("http:") ? tv.PosterPath.Replace("http:", "https:") : tv.PosterPath,
|
PosterPath = tv.PosterPath.Contains("http:") ? tv.PosterPath.Replace("http:", "https:") : tv.PosterPath, // We make the poster path https on request, but this is just incase
|
||||||
PosterPath = tv.PosterPath,
|
|
||||||
ReleaseDate = tv.ReleaseDate,
|
ReleaseDate = tv.ReleaseDate,
|
||||||
ReleaseDateTicks = tv.ReleaseDate.Ticks,
|
ReleaseDateTicks = tv.ReleaseDate.Ticks,
|
||||||
RequestedDate = tv.RequestedDate,
|
RequestedDate = tv.RequestedDate,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue