Fixed: Sort artists by genre on index table view

This commit is contained in:
Gykes
2025-06-03 02:13:36 -04:00
committed by GitHub
parent 94ea751ad2
commit 785bcfda0b
@@ -151,7 +151,7 @@ export const defaultState = {
{ {
name: 'genres', name: 'genres',
label: () => translate('Genres'), label: () => translate('Genres'),
isSortable: false, isSortable: true,
isVisible: false isVisible: false
}, },
{ {