diff --git a/core/agents/lastfm/responses.go b/core/agents/lastfm/responses.go index b87563c0d..2ccc7db65 100644 --- a/core/agents/lastfm/responses.go +++ b/core/agents/lastfm/responses.go @@ -13,15 +13,10 @@ type Response struct { } type Artist struct { - Name string `json:"name"` - MBID string `json:"mbid"` - URL string `json:"url"` - Image []ArtistImage `json:"image"` - Streamable string `json:"streamable"` - Stats struct { - Listeners string `json:"listeners"` - Plays string `json:"plays"` - } `json:"stats"` + Name string `json:"name"` + MBID string `json:"mbid"` + URL string `json:"url"` + Image []ArtistImage `json:"image"` Similar SimilarArtists `json:"similar"` Tags struct { Tag []ArtistTag `json:"tag"`