Grab content rating from episode info

This commit is contained in:
derchu 2020-09-12 14:46:29 -07:00 committed by GitHub
parent 6bf0acb854
commit b88cfa802f
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, Name = episode.EpisodeName,
Overview = episode.Overview, Overview = episode.Overview,
CommunityRating = (float?)episode.SiteRating, CommunityRating = (float?)episode.SiteRating,
OfficialRating = episode.ContentRating,
} }
}; };
result.ResetPeople(); result.ResetPeople();