Availability Checker #1464 #865

This commit is contained in:
Jamie.Rees 2017-08-24 16:15:39 +01:00
parent 9ed6fd09a4
commit 385d206287
24 changed files with 255 additions and 82 deletions

View file

@ -2,7 +2,7 @@ namespace Ombi.Api.Plex.Models
{
public class Metadata
{
public string ratingKey { get; set; }
public int ratingKey { get; set; }
public string key { get; set; }
public string studio { get; set; }
public string type { get; set; }
@ -28,8 +28,8 @@ namespace Ombi.Api.Plex.Models
public Genre[] Genre { get; set; }
public Role[] Role { get; set; }
public string primaryExtraKey { get; set; }
public string parentRatingKey { get; set; }
public string grandparentRatingKey { get; set; }
public int parentRatingKey { get; set; }
public int grandparentRatingKey { get; set; }
public string guid { get; set; }
public int librarySectionID { get; set; }
public string librarySectionKey { get; set; }