update hdhr streaming

This commit is contained in:
Luke Pulverenti 2016-04-03 20:01:03 -04:00
parent 95e11bfdf0
commit 7c07c16abb

View file

@ -1570,10 +1570,6 @@
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 += '</div>';