We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a29315 commit 34a35a3Copy full SHA for 34a35a3
1 file changed
Source/Plex.ServerApi/PlexModels/Media/Metadata.cs
@@ -33,12 +33,15 @@ public class Metadata
33
[JsonPropertyName("parentGuid")]
34
public string ParentGuid { get; set; }
35
36
+ [JsonPropertyName("parentRatingKey")]
37
+ public string ParentRatingKey { get; set; }
38
+
39
[JsonPropertyName("parentIndex")]
40
public int ParentIndex { get; set; }
41
42
[JsonPropertyName("userRating")]
43
public double UserRating { get; set; }
-
44
45
[JsonPropertyName("parentThumb")]
46
public string ParentThumb { get; set; }
47
0 commit comments