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