main #21

Open
ChrisChrome wants to merge 45 commits from main into shard-test
Showing only changes of commit aa8fe9498f - Show all commits

View file

@ -265,9 +265,9 @@ const curUUID = generateUUID();
// nwrstreams setup // nwrstreams setup
// get icecast json data http://ingest.wxr.gwes-cdn.net/status-json.xsl // get icecast json data
const fetchNWRstreams = () => { 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) => { res.json().then((json) => {
json.icestats.source.forEach((source) => { json.icestats.source.forEach((source) => {
nwrstreams.callsigns[source.server_name] = source.listenurl; nwrstreams.callsigns[source.server_name] = source.listenurl;