Add Size column to Artist and Album views

This commit is contained in:
Deluan
2023-01-16 15:00:50 -05:00
parent 4a054de3d5
commit 7682fddec0
4 changed files with 16 additions and 6 deletions
+2 -1
View File
@@ -103,9 +103,10 @@ const AlbumList = (props) => {
'year',
'duration',
'rating',
'size',
'createdAt',
],
['createdAt']
['createdAt', 'size']
)
// If it does not have filter/sort params (usually coming from Menu),