Showing 1 changed files with 0 additions and 8 deletions
-8
shoutcastcli.php
... ...
@@ -163,14 +163,6 @@ function get_fipradio_tags() {
163 163
 	$fipradio_artist = "An Error Occured";
164 164
   $fipradio_title = "An Error Occured";
165 165
 	$fipradio_url = "";
166
-/*	if( isset($array_json["current"]["song"]) ) {
167
-		$fipradio_title=$array_json["current"]["song"]["titre"];
168
-		if( isset($array_json["current"]["song"]["interpreteMorceau"]) ) {
169
-			$fipradio_artist=$array_json["current"]["song"]["interpreteMorceau"];
170
-		}
171
-		$fipradio_url=$array_json["current"]["song"]["visuel"]["small"];
172
-  }
173
- */
174 166
   if( isset($array_json["levels"][0]["position"]) ) {
175 167
     $position=$array_json["levels"][0]["position"];
176 168
     $trid=$array_json["levels"][0]["items"][$position];