mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Update itemMediaInfo.js
This commit is contained in:
parent
4bdc6f914d
commit
cabc406970
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ import template from './itemMediaInfo.template.html';
|
|||
html += `<h2 class="mediaInfoStreamType">${displayType}</h2>`;
|
||||
const attributes = [];
|
||||
if (stream.DisplayTitle) {
|
||||
attributes.push(createAttribute('Title', stream.DisplayTitle));
|
||||
attributes.push(createAttribute(globalize.translate('MediaInfoTitle'), stream.DisplayTitle));
|
||||
}
|
||||
if (stream.Language && stream.Type !== 'Video') {
|
||||
attributes.push(createAttribute(globalize.translate('MediaInfoLanguage'), stream.Language));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue