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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user