From d851964cce459d279b40148f6b27d772df0a3100 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Sun, 11 Jul 2021 01:44:43 +0400 Subject: [PATCH] Updated link to a host where radio is hosted. --- radio/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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),