mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge 32906e8a9d
into 7d84185d0e
This commit is contained in:
commit
7bdefa5df0
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ function getMediaSourceHtml(user, item, version) {
|
|||
if (stream.CodecTag) {
|
||||
attributes.push(createAttribute(globalize.translate('MediaInfoCodecTag'), stream.CodecTag));
|
||||
}
|
||||
if (stream.IsAVC != null) {
|
||||
if (stream.Type === 'Video' && stream.IsAVC != null) {
|
||||
attributes.push(createAttribute('AVC', (stream.IsAVC ? 'Yes' : 'No')));
|
||||
}
|
||||
if (stream.Profile) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue