diff --git a/airtime_mvc/application/views/scripts/dashboard/stream-player.phtml b/airtime_mvc/application/views/scripts/dashboard/stream-player.phtml index 5c5020459..b31757141 100644 --- a/airtime_mvc/application/views/scripts/dashboard/stream-player.phtml +++ b/airtime_mvc/application/views/scripts/dashboard/stream-player.phtml @@ -60,7 +60,7 @@ $(document).ready(function(){ if ($type == "ogg") $type = "oga"; - $label = $streamData["${id}_description"]." (".$streamData["${id}_bitrate"]." Kbit/s)"; + $label = "(".$streamData["${id}_host"].") ".$streamData["${id}_description"]." - ".$streamData["${id}_bitrate"]." Kbit/s"; echo sprintf("", $id, $url, $type, $serverType, $label); } ?>