From 190f70bb715ce0e6cd36a95fd28c7bf8dc5c8e07 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Wed, 27 Apr 2016 21:59:54 -0400 Subject: [PATCH] update avc display on detail screen --- dashboard-ui/scripts/itemdetailpage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard-ui/scripts/itemdetailpage.js b/dashboard-ui/scripts/itemdetailpage.js index 900f3085bf..b3da6ae943 100644 --- a/dashboard-ui/scripts/itemdetailpage.js +++ b/dashboard-ui/scripts/itemdetailpage.js @@ -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) {