mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Added another API
This commit is contained in:
parent
cdcea0ca8b
commit
92195a1598
12 changed files with 131 additions and 40 deletions
|
@ -57,5 +57,10 @@ namespace Ombi.Core.Models.Search
|
|||
// We only have some episodes
|
||||
public bool PartlyAvailable { get; set; }
|
||||
public override RequestType Type => RequestType.TvShow;
|
||||
|
||||
/// <summary>
|
||||
/// Only set on the images call
|
||||
/// </summary>
|
||||
public string BackdropPath { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue