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"`