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: 'Duration', value: TableColumn.DURATION },
|
||||||
{ label: 'Album Artist', value: TableColumn.ALBUM_ARTIST },
|
{ label: 'Album Artist', value: TableColumn.ALBUM_ARTIST },
|
||||||
{ label: 'Artist', value: TableColumn.ARTIST },
|
{ label: 'Artist', value: TableColumn.ARTIST },
|
||||||
|
{ label: 'Song Count', value: TableColumn.SONG_COUNT },
|
||||||
{ label: 'Genre', value: TableColumn.GENRE },
|
{ label: 'Genre', value: TableColumn.GENRE },
|
||||||
{ label: 'Year', value: TableColumn.YEAR },
|
{ label: 'Year', value: TableColumn.YEAR },
|
||||||
{ label: 'Release Date', value: TableColumn.RELEASE_DATE },
|
{ label: 'Release Date', value: TableColumn.RELEASE_DATE },
|
||||||
|
|
Reference in a new issue