Fixed a bug with some users with the CP profiles

This commit is contained in:
tidusjar 2016-06-03 14:19:21 +01:00
commit e7aba8a4c8

View file

@ -44,7 +44,7 @@ namespace PlexRequests.Api.Models.Movie
public string label { get; set; } public string label { get; set; }
public int minimum_score { get; set; } public int minimum_score { get; set; }
public List<int> stop_after { get; set; } public List<int> stop_after { get; set; }
public List<int> wait_for { get; set; } public List<object> wait_for { get; set; }
public int order { get; set; } public int order { get; set; }
[JsonProperty(PropertyName = "3d")] [JsonProperty(PropertyName = "3d")]
public List<object> threeD { get; set; } public List<object> threeD { get; set; }