mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-31 17:42:53 +01:00
Grab content rating from episode info
This commit is contained in:
parent
6bf0acb854
commit
b88cfa802f
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue