Fixed a bug with some users with the CP profiles

pull/332/head
tidusjar 9 years ago
parent 2011b10e20
commit e7aba8a4c8

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

Loading…
Cancel
Save