Make Genre Sortable

This commit is contained in:
Gykes 2025-06-02 14:45:14 -07:00
parent 94ea751ad2
commit 91be937bd1

View file

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