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 sharinganthief
parent 5d7f150be5
commit e29ea79265

View file

@ -151,7 +151,7 @@ export const defaultState = {
{
name: 'genres',
label: () => translate('Genres'),
isSortable: false,
isSortable: true,
isVisible: false
},
{