mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
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,
|
Name = episode.EpisodeName,
|
||||||
Overview = episode.Overview,
|
Overview = episode.Overview,
|
||||||
CommunityRating = (float?)episode.SiteRating,
|
CommunityRating = (float?)episode.SiteRating,
|
||||||
|
OfficialRating = episode.ContentRating,
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
result.ResetPeople();
|
result.ResetPeople();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user