add missing Props to Mastering
This commit is contained in:
@@ -1291,11 +1291,17 @@ public record Class
|
||||
|
||||
public record Mastering
|
||||
{
|
||||
[JsonPropertyName("Id")]
|
||||
public string? Id { get; set; }
|
||||
|
||||
[JsonPropertyName("Name")]
|
||||
public string? Name { get; set; }
|
||||
|
||||
[JsonPropertyName("Templates")]
|
||||
public List<string>? Templates { get; set; }
|
||||
|
||||
[JsonPropertyName("Progress")]
|
||||
public double? Progress { get; set; }
|
||||
|
||||
// Checked in client
|
||||
[JsonPropertyName("Level2")]
|
||||
|
||||
Reference in New Issue
Block a user