Updated link to a host where radio is hosted.
This commit is contained in:
parent
c03fef26be
commit
d851964cce
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user