mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Add more options for PrimaryMediaInfo
This commit is contained in:
parent
a3eff3c0ae
commit
fabfb9b173
12 changed files with 150 additions and 94 deletions
|
@ -271,7 +271,7 @@ export function getMediaInfoHtml(item, options = {}) {
|
|||
if (options.officialRating !== false && item.OfficialRating && item.Type !== 'Season' && item.Type !== 'Episode') {
|
||||
miscInfo.push({
|
||||
text: item.OfficialRating,
|
||||
cssClass: 'mediaInfoOfficialRating'
|
||||
cssClass: 'mediaInfoText mediaInfoOfficialRating'
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue