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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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