Update script.js

Este commit está contenido en:
Joey
2023-11-17 20:56:10 +00:00
cometido por GitHub
padre 32a639a0f3
commit 5142cf3510

Ver fichero

@@ -5,10 +5,10 @@ const RADIO_NAME = 'Game! Radio 1';
// SELECT ARTWORK PROVIDER, ITUNES, DEEZER & SPOTIFY eg : spotify // SELECT ARTWORK PROVIDER, ITUNES, DEEZER & SPOTIFY eg : spotify
var API_SERVICE = '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'; 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 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 // Visit https://api.vagalume.com.br/docs/ to get your API key