mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Populate the TV APi with slightly more information
This commit is contained in:
parent
511f6ace77
commit
80595503c8
7 changed files with 47 additions and 17 deletions
|
@ -25,6 +25,7 @@ namespace Ombi.Core.Models.Search.V2
|
|||
public Images Images { get; set; }
|
||||
public List<CastViewModel> Cast { get; set; }
|
||||
public List<CrewViewModel> Crew { get; set; }
|
||||
public string Certification { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// This is used from the Trakt API
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue