Browse Source

Grab content rating from episode info

derchu 4 years ago
parent
commit
b88cfa802f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      MediaBrowser.Providers/Plugins/TheTvdb/TvdbEpisodeProvider.cs

+ 1 - 0
MediaBrowser.Providers/Plugins/TheTvdb/TvdbEpisodeProvider.cs

@@ -141,6 +141,7 @@ namespace MediaBrowser.Providers.Plugins.TheTvdb
                     Name = episode.EpisodeName,
                     Overview = episode.Overview,
                     CommunityRating = (float?)episode.SiteRating,
+                    OfficialRating = episode.ContentRating,
                 }
             };
             result.ResetPeople();