mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
record IsAvc
This commit is contained in:
parent
f52f1c1e0a
commit
56917c2aa1
1 changed files with 4 additions and 0 deletions
|
@ -1483,6 +1483,10 @@
|
|||
attributes.push(createAttribute(Globalize.translate('MediaInfoCodecTag'), stream.CodecTag));
|
||||
}
|
||||
|
||||
if (stream.IsAVC != null) {
|
||||
attributes.push(createAttribute('AVC', stream.IsAVC));
|
||||
}
|
||||
|
||||
if (stream.Profile) {
|
||||
attributes.push(createAttribute(Globalize.translate('MediaInfoProfile'), stream.Profile));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue