fix: forget array in Spotify struct

This commit is contained in:
rick 2021-09-01 12:32:29 +02:00
parent d1def640ca
commit ad1556dbc0
Signed by: Rick
GPG key ID: 2B593F087240EE99

View file

@ -112,7 +112,7 @@ type SpotifyItem struct {
type SpotifyPlaylist struct {
Href string `json:"href"`
Items SpotifyItem `json:"items"`
Items []SpotifyItem `json:"items"`
Limit int `json:"limit"`
Next string `json:"next"`
Offset int `json:"offset"`