mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 13:10:13 -07:00
New: Size column for tracks
This commit is contained in:
parent
1da1020a83
commit
51085482bc
5 changed files with 22 additions and 0 deletions
|
|
@ -58,6 +58,11 @@ export const defaultState = {
|
|||
label: () => translate('AudioInfo'),
|
||||
isVisible: true
|
||||
},
|
||||
{
|
||||
name: 'size',
|
||||
label: () => translate('Size'),
|
||||
isVisible: false
|
||||
},
|
||||
{
|
||||
name: 'customFormats',
|
||||
label: 'Formats',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue