diff options
Diffstat (limited to 'MediaBrowser.Providers/Plugins/Tmdb/Models/TV/ContentRating.cs')
| -rw-r--r-- | MediaBrowser.Providers/Plugins/Tmdb/Models/TV/ContentRating.cs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/MediaBrowser.Providers/Plugins/Tmdb/Models/TV/ContentRating.cs b/MediaBrowser.Providers/Plugins/Tmdb/Models/TV/ContentRating.cs new file mode 100644 index 000000000..bccb234e7 --- /dev/null +++ b/MediaBrowser.Providers/Plugins/Tmdb/Models/TV/ContentRating.cs @@ -0,0 +1,8 @@ +namespace MediaBrowser.Providers.Plugins.Tmdb.Models.TV +{ + public class ContentRating + { + public string Iso_3166_1 { get; set; } + public string Rating { get; set; } + } +} |
