diff --git a/dashboard-ui/scripts/Itemdetailpage.js b/dashboard-ui/scripts/Itemdetailpage.js index 3fd522c5c0..7e828e9f6b 100644 --- a/dashboard-ui/scripts/Itemdetailpage.js +++ b/dashboard-ui/scripts/Itemdetailpage.js @@ -229,8 +229,8 @@ if (stream.AspectRatio) { html += '
  • Aspect Ratio ' + stream.AspectRatio + '
  • '; } - if (stream.Bitrate) { - html += '
  • Bitrate ' + stream.Bitrate + '
  • '; + if (stream.BitRate) { + html += '
  • Bitrate ' + stream.BitRate + '
  • '; } if (stream.Channels) { html += '
  • Channels ' + stream.Channels + '
  • ';