Add Size column to Artist and Album views
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user