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
2
Makefile
2
Makefile
|
@ -39,7 +39,7 @@ update-snapshots: check_go_env
|
|||
|
||||
migration:
|
||||
@if [ -z "${name}" ]; then echo "Usage: make migration name=name_of_migration_file"; exit 1; fi
|
||||
goose -dir db/migrations create ${name}
|
||||
goose -dir db/migration create ${name}
|
||||
.PHONY: migration
|
||||
|
||||
setup: download-deps
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue