aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Providers/Tmdb/Models/TV/ContentRating.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Providers/Tmdb/Models/TV/ContentRating.cs')
-rw-r--r--MediaBrowser.Providers/Tmdb/Models/TV/ContentRating.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Providers/Tmdb/Models/TV/ContentRating.cs b/MediaBrowser.Providers/Tmdb/Models/TV/ContentRating.cs
index f9f1baeee..3177cd71b 100644
--- a/MediaBrowser.Providers/Tmdb/Models/TV/ContentRating.cs
+++ b/MediaBrowser.Providers/Tmdb/Models/TV/ContentRating.cs
@@ -2,7 +2,7 @@ namespace MediaBrowser.Providers.Tmdb.Models.TV
{
public class ContentRating
{
- public string iso_3166_1 { get; set; }
- public string rating { get; set; }
+ public string Iso_3166_1 { get; set; }
+ public string Rating { get; set; }
}
}