Added another API

This commit is contained in:
tidusjar 2019-12-06 00:32:08 +00:00
commit 92195a1598
12 changed files with 131 additions and 40 deletions

View file

@ -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; }
}
}