diff options
Diffstat (limited to 'MediaBrowser.Providers/Plugins/Tmdb/Models/TV/ContentRating.cs')
| -rw-r--r-- | MediaBrowser.Providers/Plugins/Tmdb/Models/TV/ContentRating.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/MediaBrowser.Providers/Plugins/Tmdb/Models/TV/ContentRating.cs b/MediaBrowser.Providers/Plugins/Tmdb/Models/TV/ContentRating.cs index bccb234e7..aef4e2863 100644 --- a/MediaBrowser.Providers/Plugins/Tmdb/Models/TV/ContentRating.cs +++ b/MediaBrowser.Providers/Plugins/Tmdb/Models/TV/ContentRating.cs @@ -1,8 +1,11 @@ +#pragma warning disable CS1591 + namespace MediaBrowser.Providers.Plugins.Tmdb.Models.TV { public class ContentRating { public string Iso_3166_1 { get; set; } + public string Rating { get; set; } } } |
