fix(subsonic): ArtistID3 should contain list of AlbumID3

Signed-off-by: Deluan <deluan@navidrome.org>
This commit is contained in:
Deluan
2025-03-20 22:10:42 -04:00
parent 59ece40393
commit d78c6f6a04
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -284,7 +284,7 @@ type OpenSubsonicAlbumID3 struct {
type ArtistWithAlbumsID3 struct {
ArtistID3
Album []Child `xml:"album" json:"album,omitempty"`
Album []AlbumID3 `xml:"album" json:"album,omitempty"`
}
type AlbumWithSongsID3 struct {