From 3d94fd0d12a882289b6bab0884500e6ea2704f16 Mon Sep 17 00:00:00 2001 From: Joey <43940776+joeyboli@users.noreply.github.com> Date: Mon, 29 May 2023 22:57:17 +0000 Subject: [PATCH] Update script.js --- js/script.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/js/script.js b/js/script.js index cfd2fba..3226aa4 100644 --- a/js/script.js +++ b/js/script.js @@ -2,11 +2,13 @@ const RADIO_NAME = 'Game! Radio 1'; -// SELECT ARTWORK PROVIDER, ITUNES, DEEZER & SPOTIFY, eg : spotify +// SELECT ARTWORK PROVIDER, ITUNES, DEEZER & SPOTIFY or AZURACAST. eg : spotify var API_SERVICE = 'DEEZER'; var zenoid = 'cfhkm5fs1uhvv' +var azuracast_nowplaying_url = '' + // URL of SHOUTCast streaming without / on the final, eg: http://streaming.com:8080 const URL_STREAMING = 'https://stream-51.zeno.fm/cfhkm5fs1uhvv?zs=HOu6hxV1SG-7iGi9WGVTqQ';