From 7c07c16abb1a9b1c8d727db359d71aaf4b7a4faf Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sun, 3 Apr 2016 20:01:03 -0400 Subject: [PATCH] update hdhr streaming --- dashboard-ui/scripts/itemdetailpage.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dashboard-ui/scripts/itemdetailpage.js b/dashboard-ui/scripts/itemdetailpage.js index 8126072767..d1af83ae12 100644 --- a/dashboard-ui/scripts/itemdetailpage.js +++ b/dashboard-ui/scripts/itemdetailpage.js @@ -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('
'); html += '';