From 942bad3b9d6d344c889bc8264b7e115363d38bc7 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Thu, 31 Mar 2022 02:16:15 +0400 Subject: [PATCH] It should be server_start_date. --- internal/radio/icecast.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/radio/icecast.go b/internal/radio/icecast.go index c58fa85..5d0b883 100644 --- a/internal/radio/icecast.go +++ b/internal/radio/icecast.go @@ -28,7 +28,7 @@ func (is *IcecastStatusDTO) Song() string { type IcecastStatus struct { ServerStartISO8601 string `json:"server_start_iso8601"` - ServerStartDate string `json:"server_start"` + ServerStartDate string `json:"server_start_date"` SongName string `json:"song"` ListenerPeak int `json:"listener_peak"` Listeners int `json:"listeners"`