diff --git a/index.js b/index.js index 2af4e02..096b028 100644 --- a/index.js +++ b/index.js @@ -265,9 +265,9 @@ const curUUID = generateUUID(); // nwrstreams setup -// get icecast json data http://ingest.wxr.gwes-cdn.net/status-json.xsl +// get icecast json data const fetchNWRstreams = () => { - fetch("http://ingest.wxr.gwes-cdn.net/status-json.xsl").then((res) => { + fetch("https://icestats.weatherradio.org/").then((res) => { res.json().then((json) => { json.icestats.source.forEach((source) => { nwrstreams.callsigns[source.server_name] = source.listenurl;