Merge pull request #4128 from derchu/tvdb_rating

Update content rating from thetvdb
This commit is contained in:
Bond-009 2020-09-13 08:43:03 +00:00 committed by GitHub
commit 75ac226bd4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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