New: Size column for tracks

This commit is contained in:
Bogdan 2023-12-20 04:00:47 +02:00
commit 51085482bc
5 changed files with 22 additions and 0 deletions

View file

@ -58,6 +58,11 @@ export const defaultState = {
label: () => translate('AudioInfo'),
isVisible: true
},
{
name: 'size',
label: () => translate('Size'),
isVisible: false
},
{
name: 'customFormats',
label: 'Formats',