mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-25 22:36:59 -04:00
Add Tracklist to Album Modal
This commit is contained in:
@@ -18,7 +18,7 @@ export const defaultState = {
|
||||
columns: [
|
||||
{
|
||||
name: 'trackNumber',
|
||||
label: 'Track Number',
|
||||
label: '#',
|
||||
isVisible: true
|
||||
},
|
||||
{
|
||||
@@ -31,6 +31,16 @@ export const defaultState = {
|
||||
label: 'Duration',
|
||||
isVisible: true
|
||||
},
|
||||
{
|
||||
name: 'audioInfo',
|
||||
label: 'Audio Info',
|
||||
isVisible: true
|
||||
},
|
||||
{
|
||||
name: 'status',
|
||||
label: 'Status',
|
||||
isVisible: true
|
||||
},
|
||||
{
|
||||
name: 'actions',
|
||||
columnLabel: 'Actions',
|
||||
|
||||
Reference in New Issue
Block a user