Update script.js

Este commit está contenido en:
Joey 😎
2024-07-29 23:30:56 +00:00
cometido por GitHub
padre a6a678fe9b
commit 5614d19a82

Ver fichero

@@ -9,7 +9,7 @@ var API_SERVICE = 'deezer';
const URL_STREAMING = 'https://stream-51.zeno.fm/cfhkm5fs1uhvv?zs=HOu6hxV1SG-7iGi9WGVTqQ';
//NOW PLAYING API.
const API_URL = 'https://api-v2.streamafrica.net/icyv2?url='. + .URL_STREAMING;
const API_URL = 'https://api-v2.streamafrica.net/icyv2?url=' + URL_STREAMING;
// Visit https://api.vagalume.com.br/docs/ to get your API key
const API_KEY = "18fe07917957c289983464588aabddfb";