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.cs8
1 files changed, 8 insertions, 0 deletions
diff --git a/MediaBrowser.Providers/Tmdb/Models/TV/ContentRating.cs b/MediaBrowser.Providers/Tmdb/Models/TV/ContentRating.cs
new file mode 100644
index 000000000..f9f1baeee
--- /dev/null
+++ b/MediaBrowser.Providers/Tmdb/Models/TV/ContentRating.cs
@@ -0,0 +1,8 @@
+namespace MediaBrowser.Providers.Tmdb.Models.TV
+{
+ public class ContentRating
+ {
+ public string iso_3166_1 { get; set; }
+ public string rating { get; set; }
+ }
+}