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
// 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;