It should be server_start_date.
This commit is contained in:
parent
9d2e52aec3
commit
942bad3b9d
@ -28,7 +28,7 @@ func (is *IcecastStatusDTO) Song() string {
|
|||||||
|
|
||||||
type IcecastStatus struct {
|
type IcecastStatus struct {
|
||||||
ServerStartISO8601 string `json:"server_start_iso8601"`
|
ServerStartISO8601 string `json:"server_start_iso8601"`
|
||||||
ServerStartDate string `json:"server_start"`
|
ServerStartDate string `json:"server_start_date"`
|
||||||
SongName string `json:"song"`
|
SongName string `json:"song"`
|
||||||
ListenerPeak int `json:"listener_peak"`
|
ListenerPeak int `json:"listener_peak"`
|
||||||
Listeners int `json:"listeners"`
|
Listeners int `json:"listeners"`
|
||||||
|
Loading…
Reference in New Issue
Block a user