Browse Source

Merge pull request #4128 from derchu/tvdb_rating

Update content rating from thetvdb
Bond-009 4 years ago
parent
commit
75ac226bd4
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,
                     Name = episode.EpisodeName,
                     Overview = episode.Overview,
                     Overview = episode.Overview,
                     CommunityRating = (float?)episode.SiteRating,
                     CommunityRating = (float?)episode.SiteRating,
+                    OfficialRating = episode.ContentRating,
                 }
                 }
             };
             };
             result.ResetPeople();
             result.ResetPeople();