This commit is contained in:
tidusjar 2017-01-29 00:19:51 +00:00
parent a91b32fe4f
commit 117e059cb7
4 changed files with 2 additions and 67 deletions

View file

@ -78,7 +78,7 @@ namespace Ombi.Api.Models.Emby
public object[] Keywords { get; set; }
public string SeriesPrimaryImageTag { get; set; }
public string SeasonName { get; set; }
public EmbyMediastream1[] MediaStreams { get; set; }
public EmbyMediastream[] MediaStreams { get; set; }
public string VideoType { get; set; }
public EmbyImagetags ImageTags { get; set; }
public object[] BackdropImageTags { get; set; }