mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update avc display on detail screen
This commit is contained in:
parent
6cf11c2151
commit
190f70bb71
1 changed files with 1 additions and 1 deletions
|
@ -1484,7 +1484,7 @@
|
|||
}
|
||||
|
||||
if (stream.IsAVC != null) {
|
||||
attributes.push(createAttribute('AVC', stream.IsAVC));
|
||||
attributes.push(createAttribute('AVC', (stream.IsAVC ? 'Yes' : 'No')));
|
||||
}
|
||||
|
||||
if (stream.Profile) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue