1
0

It should be server_start_date.

This commit is contained in:
Alexander Andreev 2022-03-31 02:16:15 +04:00
parent 9d2e52aec3
commit 942bad3b9d
Signed by: Arav
GPG Key ID: 1327FE8A374CC86F

View File

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