From 0fdebd6b94904ae837ec715133d48731715bb0a4 Mon Sep 17 00:00:00 2001 From: Joey <43940776+joeyboli@users.noreply.github.com> Date: Sun, 13 Aug 2023 20:46:14 +0000 Subject: [PATCH] Update script.js --- js/script.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/js/script.js b/js/script.js index 0df8ae2..d2727fd 100644 --- a/js/script.js +++ b/js/script.js @@ -8,9 +8,6 @@ var API_SERVICE = 'DEEZER'; // Change Stream URL Here, Supports, ICECAST, ZENO, SHOUTCAST, RADIOJAR and any other stream service. const URL_STREAMING = 'https://stream-51.zeno.fm/cfhkm5fs1uhvv?zs=HOu6hxV1SG-7iGi9WGVTqQ'; -//PASTE YOUR MEDIA CP JSON URL HERE TO GET NOW PLAYING SONG TITLE. -const MEDIACP_JSON_URL = '' - //API URL / if you use MEDIA CP, CHANGE THIS TO : https://api.streamafrica.net/metadata/mediacp.php?url='+MEDIACP_JSON_URL const API_URL = 'https://api.streamafrica.net/metadata/index.php?z='+URL_STREAMING