Skip to content

Commit

Permalink
Merge pull request #429 from angyanmark/feature/author-details-rating…
Browse files Browse the repository at this point in the history
…-as-double

Author details - rating as double
  • Loading branch information
cvium authored Sep 18, 2023
2 parents f747aa3 + b2b0eb8 commit f1ee9df
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 f1ee9df

Please # to comment.