1
0
Fork 0
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:
Luke Pulverenti 2016-04-27 21:59:54 -04:00
parent 6cf11c2151
commit 190f70bb71

View file

@ -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) {