diff --git a/radio/index.js b/radio/index.js index 5113c12..67a97fd 100644 --- a/radio/index.js +++ b/radio/index.js @@ -11,7 +11,7 @@ const util = require("../shared/util"); async function getRadioStatus() { try { - let status = await fetch('http://radio.home/status-json.xsl').then(r => r.json()); + let status = await fetch('http://radio.arav.home/status-json.xsl').then(r => r.json()); return { server_start_iso8601: status.icestats.server_start_iso8601, server_start_date: util.datetime(status.icestats.server_start_iso8601, util.post_date_format),