mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Add size to album details (#561)
* add size to album details for #534 * addressing review comments: * create index album(size) * remove unneeded Size field from refresh struct * add whitespace to album details * add size to album list view * prettier
This commit is contained in:
parent
c60e56828b
commit
fd6edf967f
6 changed files with 39 additions and 4 deletions
|
@ -27,6 +27,7 @@ type Album struct {
|
|||
OrderAlbumArtistName string `json:"orderAlbumArtistName"`
|
||||
CreatedAt time.Time `json:"createdAt"`
|
||||
UpdatedAt time.Time `json:"updatedAt"`
|
||||
Size int `json:"size"`
|
||||
}
|
||||
|
||||
type Albums []Album
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue