Merge pull request #27 from pluyckx/master
Add 'Artists' field to 'Track'
This commit is contained in:
commit
a4b6e4193a
@ -42,6 +42,7 @@ type Track struct {
|
|||||||
Title string `json:"title"`
|
Title string `json:"title"`
|
||||||
Type string `json:"type_"`
|
Type string `json:"type_"`
|
||||||
Extraartists []ArtistSource `json:"extraartists"`
|
Extraartists []ArtistSource `json:"extraartists"`
|
||||||
|
Artists []ArtistSource `json:"artists"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// LabelSource ...
|
// LabelSource ...
|
||||||
|
Reference in New Issue
Block a user