Skip to content

Commit

Permalink
Fixes json tag format error
Browse files Browse the repository at this point in the history
  • Loading branch information
xxxserxxx committed Oct 11, 2024
1 parent bba7863 commit b3643ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subsonic/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit b3643ae

Please sign in to comment.