Grab content rating from episode info
This commit is contained in:
parent
6bf0acb854
commit
b88cfa802f
|
@ -141,6 +141,7 @@ namespace MediaBrowser.Providers.Plugins.TheTvdb
|
|||
Name = episode.EpisodeName,
|
||||
Overview = episode.Overview,
|
||||
CommunityRating = (float?)episode.SiteRating,
|
||||
OfficialRating = episode.ContentRating,
|
||||
}
|
||||
};
|
||||
result.ResetPeople();
|
||||
|
|
Loading…
Reference in New Issue
Block a user