mirror of
https://github.com/LukeHagar/plexcsharp.git
synced 2025-12-06 20:47:49 +00:00
migrated to v15
This commit is contained in:
@@ -20,6 +20,6 @@ namespace PlexAPI.Models.Requests
|
||||
public int? Size { get; set; }
|
||||
|
||||
[JsonProperty("Setting")]
|
||||
public List<object>? Setting { get; set; }
|
||||
public List<Setting>? Setting { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user