|
|
@ -26,7 +26,7 @@ namespace Ombi.Api.Plex.Models
|
|
|
|
public int addedAt { get; set; }
|
|
|
|
public int addedAt { get; set; }
|
|
|
|
public int updatedAt { get; set; }
|
|
|
|
public int updatedAt { get; set; }
|
|
|
|
public Genre[] Genre { get; set; }
|
|
|
|
public Genre[] Genre { get; set; }
|
|
|
|
public Role[] Role { get; set; }
|
|
|
|
//public Role[] Role { get; set; }
|
|
|
|
public string primaryExtraKey { get; set; }
|
|
|
|
public string primaryExtraKey { get; set; }
|
|
|
|
public int parentRatingKey { get; set; }
|
|
|
|
public int parentRatingKey { get; set; }
|
|
|
|
public int grandparentRatingKey { get; set; }
|
|
|
|
public int grandparentRatingKey { get; set; }
|
|
|
@ -43,8 +43,8 @@ namespace Ombi.Api.Plex.Models
|
|
|
|
public string grandparentArt { get; set; }
|
|
|
|
public string grandparentArt { get; set; }
|
|
|
|
public string grandparentTheme { get; set; }
|
|
|
|
public string grandparentTheme { get; set; }
|
|
|
|
public string chapterSource { get; set; }
|
|
|
|
public string chapterSource { get; set; }
|
|
|
|
public Medium[] Media { get; set; }
|
|
|
|
// public Medium[] Media { get; set; }
|
|
|
|
public Director[] Director { get; set; }
|
|
|
|
// public Director[] Director { get; set; }
|
|
|
|
public Writer[] Writer { get; set; }
|
|
|
|
// public Writer[] Writer { get; set; }
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|