diff --git a/html/player.php b/html/player.php
index a68d6a6..4d9a809 100755
--- a/html/player.php
+++ b/html/player.php
@@ -3,8 +3,8 @@ $line1 = file_get_contents( "/tmp/radiod/line1.txt" );
$czyplayer = strpos($line1, "*");
if ($czyplayer != false) {
list($realHost,)=explode(':',$_SERVER['HTTP_HOST']);
- echo '';
+ echo ':8001/mpd" type="audio/mp3" controls="true">Your browser does not support the audio element.';
}
?>