mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 18:13:31 +00:00
Add song count column to albums list
This commit is contained in:
parent
571ea3c653
commit
d3503af12c
1 changed files with 1 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ export const ALBUM_TABLE_COLUMNS = [
|
|||
{ label: 'Duration', value: TableColumn.DURATION },
|
||||
{ label: 'Album Artist', value: TableColumn.ALBUM_ARTIST },
|
||||
{ label: 'Artist', value: TableColumn.ARTIST },
|
||||
{ label: 'Song Count', value: TableColumn.SONG_COUNT },
|
||||
{ label: 'Genre', value: TableColumn.GENRE },
|
||||
{ label: 'Year', value: TableColumn.YEAR },
|
||||
{ label: 'Release Date', value: TableColumn.RELEASE_DATE },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue