Skip to content

Commit ced7758

Browse files
authored
Merge pull request #75 from fxsth/master
Added missing parentRatingKey in Metadata model class
2 parents 8a29315 + 34a35a3 commit ced7758

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Source/Plex.ServerApi/PlexModels/Media/Metadata.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,15 @@ public class Metadata
3333
[JsonPropertyName("parentGuid")]
3434
public string ParentGuid { get; set; }
3535

36+
[JsonPropertyName("parentRatingKey")]
37+
public string ParentRatingKey { get; set; }
38+
3639
[JsonPropertyName("parentIndex")]
3740
public int ParentIndex { get; set; }
3841

3942
[JsonPropertyName("userRating")]
4043
public double UserRating { get; set; }
41-
44+
4245
[JsonPropertyName("parentThumb")]
4346
public string ParentThumb { get; set; }
4447

0 commit comments

Comments
 (0)