mirror of
https://github.com/Lidarr/Lidarr
synced 2025-12-06 00:16:41 +01:00
Fixed: Sort artists by genre on index table view
This commit is contained in:
parent
94ea751ad2
commit
785bcfda0b
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ export const defaultState = {
|
|||
{
|
||||
name: 'genres',
|
||||
label: () => translate('Genres'),
|
||||
isSortable: false,
|
||||
isSortable: true,
|
||||
isVisible: false
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue