This commit is contained in:
Jamie.Rees 2017-02-27 08:02:47 +00:00
commit 0dfd2f2658
2 changed files with 5 additions and 1 deletions

View file

@ -15,7 +15,7 @@ namespace Ombi.Api.Models.Tv
public string language { get; set; }
public List<string> genres { get; set; }
public string status { get; set; }
public int runtime { get; set; }
public double runtime { get; set; }
public string premiered { get; set; }
public Schedule schedule { get; set; }
public Rating rating { get; set; }