mirror of
https://github.com/navidrome/navidrome.git
synced 2026-05-05 15:24:20 +00:00
Adding song and album counts
This commit is contained in:
parent
167e7a1825
commit
3cc92a32bd
9 changed files with 32 additions and 7 deletions
|
|
@ -53,6 +53,7 @@ func (c *BrowsingController) GetIndexes() {
|
|||
for j, a := range idx.Artists {
|
||||
res.Index[i].Artists[j].Id = a.ArtistId
|
||||
res.Index[i].Artists[j].Name = a.Artist
|
||||
res.Index[i].Artists[j].AlbumCount = a.AlbumCount
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue