Skip to content

Commit

Permalink
author details rating as double
Browse files Browse the repository at this point in the history
  • Loading branch information
angyanmark committed Jan 17, 2023
1 parent 6420364 commit b2b0eb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TMDbLib/Objects/Reviews/AuthorDetails.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ public class AuthorDetails
public string AvatarPath { get; set; }

[JsonProperty("rating")]
public string Rating { get; set; }
public double? Rating { get; set; }
}
}

0 comments on commit b2b0eb8

Please # to comment.