From c9e79fdcdf5e22449e8fa7f6085983660ae01a14 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Fri, 29 Aug 2014 08:14:41 -0400 Subject: [PATCH] update translations --- 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 eda0acd3de..fe789830b6 100644 --- a/dashboard-ui/scripts/itemdetailpage.js +++ b/dashboard-ui/scripts/itemdetailpage.js @@ -1224,7 +1224,7 @@ } if (stream.BitRate && stream.Codec != "mjpeg") { - attributes.push(createAttribute("Bitrate", (parseInt(stream.BitRate / 1000)) + ' kbps')); + attributes.push(createAttribute("Bitrate", (parseInt(stream.BitRate / 1024)) + ' kbps')); } if (stream.SampleRate) {