mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update hdhr streaming
This commit is contained in:
parent
95e11bfdf0
commit
7c07c16abb
1 changed files with 0 additions and 4 deletions
|
@ -1570,10 +1570,6 @@
|
||||||
attributes.push(createAttribute(Globalize.translate('MediaInfoTimestamp'), version.Timestamp));
|
attributes.push(createAttribute(Globalize.translate('MediaInfoTimestamp'), version.Timestamp));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (stream.IsCabac != null) {
|
|
||||||
attributes.push(createAttribute(Globalize.translate('CABAC'), (stream.IsCabac ? 'Yes' : 'No')));
|
|
||||||
}
|
|
||||||
|
|
||||||
html += attributes.join('<br/>');
|
html += attributes.join('<br/>');
|
||||||
|
|
||||||
html += '</div>';
|
html += '</div>';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue