Index: mania_playlist.php
===================================================================
--- mania_playlist.php	(revision 144)
+++ mania_playlist.php	(revision 145)
@@ -16,5 +16,12 @@
 
 $raydium_ogg_file=$rep.$tbl[rand(0,count($tbl)-1)];
 
-echo "Now playing $raydium_ogg_file ...";
+if($rep!=$raydium_ogg_file)
+    echo "Now playing $raydium_ogg_file ...";
+else
+    {
+    echo "Cannot find any music";
+    $raydium_ogg_file="";
+    }
+
 ?>
\ No newline at end of file