aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Providers/Tmdb/Models/TV/ContentRatings.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Providers/Tmdb/Models/TV/ContentRatings.cs')
-rw-r--r--MediaBrowser.Providers/Tmdb/Models/TV/ContentRatings.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Providers/Tmdb/Models/TV/ContentRatings.cs b/MediaBrowser.Providers/Tmdb/Models/TV/ContentRatings.cs
index 2fb585582d..883e605c96 100644
--- a/MediaBrowser.Providers/Tmdb/Models/TV/ContentRatings.cs
+++ b/MediaBrowser.Providers/Tmdb/Models/TV/ContentRatings.cs
@@ -4,6 +4,6 @@ namespace MediaBrowser.Providers.Tmdb.Models.TV
{
public class ContentRatings
{
- public List<ContentRating> results { get; set; }
+ public List<ContentRating> Results { get; set; }
}
}