diff --git a/models.go b/models.go index 7eccc64..008680c 100644 --- a/models.go +++ b/models.go @@ -42,6 +42,7 @@ type Track struct { Title string `json:"title"` Type string `json:"type_"` Extraartists []ArtistSource `json:"extraartists"` + Artists []ArtistSource `json:"artists"` } // LabelSource ...