Skip to content

Commit

Permalink
Merge pull request #75 from fxsth/master
Browse files Browse the repository at this point in the history
Added missing parentRatingKey in Metadata model class
  • Loading branch information
jensenkd authored Jul 13, 2022
2 parents 8a29315 + 34a35a3 commit ced7758
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Source/Plex.ServerApi/PlexModels/Media/Metadata.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,15 @@ public class Metadata
[JsonPropertyName("parentGuid")]
public string ParentGuid { get; set; }

[JsonPropertyName("parentRatingKey")]
public string ParentRatingKey { get; set; }

[JsonPropertyName("parentIndex")]
public int ParentIndex { get; set; }

[JsonPropertyName("userRating")]
public double UserRating { get; set; }

[JsonPropertyName("parentThumb")]
public string ParentThumb { get; set; }

Expand Down

0 comments on commit ced7758

Please sign in to comment.