TV Request stuff

This commit is contained in:
Jamie.Rees 2017-05-04 14:45:30 +01:00
commit e24d305c85
25 changed files with 215 additions and 190 deletions

View file

@ -35,6 +35,7 @@ namespace Ombi.Core.Engine
var posterPath = showInfo.image?.medium.Replace("http:", "https:");
var model = new TvRequestModel
{
Id = tv.Id,
Type = RequestType.TvShow,
Overview = showInfo.summary.RemoveHtml(),
PosterPath = posterPath,