From 5142cf351070ee47dc4d76668aa2dee741e9341e Mon Sep 17 00:00:00 2001 From: Joey <43940776+joeyboli@users.noreply.github.com> Date: Fri, 17 Nov 2023 20:56:10 +0000 Subject: [PATCH] Update script.js --- js/script.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/script.js b/js/script.js index ac89cce..acfb33b 100644 --- a/js/script.js +++ b/js/script.js @@ -5,10 +5,10 @@ const RADIO_NAME = 'Game! Radio 1'; // SELECT ARTWORK PROVIDER, ITUNES, DEEZER & SPOTIFY eg : spotify var API_SERVICE = 'SPOTIFY'; -// Change Stream URL Here, Supports, ICECAST, ZENO, SHOUTCAST, RADIOJAR and any other stream service. +// Change Stream URL Here, Supports, ICECAST, ZENO, SHOUTCAST, RADIOJAR ETC.... DOES NOT SUPPORT HLS const URL_STREAMING = 'https://stream-51.zeno.fm/cfhkm5fs1uhvv?zs=HOu6hxV1SG-7iGi9WGVTqQ'; -//API URL / if you use MEDIA CP, CHANGE THIS TO : https://api.streamafrica.net/metadata/mediacp.php?url='+MEDIACP_JSON_URL +//NOW PLAYING API. const API_URL = 'https://api.streamafrica.net/metadata/index.php?z='+URL_STREAMING // Visit https://api.vagalume.com.br/docs/ to get your API key