mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 05:13:18 -07:00
TV Request stuff
This commit is contained in:
parent
e0d5b03c7a
commit
e24d305c85
25 changed files with 215 additions and 190 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue