Replaced date formats variable name.

This commit is contained in:
Alexander Andreev 2021-12-01 02:22:11 +04:00
parent 1619cb52fa
commit 1e4963ec2e
Signed by: Arav
GPG Key ID: 1327FE8A374CC86F
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ async function getRadioStatus() {
let status = await fetch('http://radio.arav.home.arpa/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),
server_start_date: util.datetime(status.icestats.server_start_iso8601, util.date_formats.post_date),
song: `${status.icestats.source.artist} - ${status.icestats.source.title}`,
listener_peak: status.icestats.source.listener_peak,
listeners: status.icestats.source.listeners