diff --git a/subsonic/api.go b/subsonic/api.go index d28531d..e2c42fa 100644 --- a/subsonic/api.go +++ b/subsonic/api.go @@ -139,7 +139,7 @@ type Album struct { Genres []Genre `json:"genres"` Year int `json:"year"` Song SubsonicEntities `json:"song"` - CoverArt string `json"coverArt"` + CoverArt string `json:"coverArt"` } func (s Album) ID() string {