mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 21:33:15 -07:00
Fixed a bug with some users with the CP profiles
This commit is contained in:
parent
2011b10e20
commit
e7aba8a4c8
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue