mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-30 11:38:32 -07:00
Started switching the TV over to the new provider (TheTVDB). Currently TV search is partially broken. It will search but we are not mapping all of the details
This commit is contained in:
parent
ff81e67ab0
commit
9ce08902d7
15 changed files with 173 additions and 54 deletions
|
@ -28,7 +28,7 @@ using System.Collections.Generic;
|
|||
|
||||
namespace RequestPlex.Api.Models.Tv
|
||||
{
|
||||
public class TvShow
|
||||
public class TvShowSearchResult
|
||||
{
|
||||
public int id { get; set; }
|
||||
public int airedSeason { get; set; }
|
||||
|
@ -63,6 +63,6 @@ namespace RequestPlex.Api.Models.Tv
|
|||
|
||||
public class TvSearchResult
|
||||
{
|
||||
public TvShow[] data { get; set; }
|
||||
public List<TvShowSearchResult> data { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue