From c9767b96f4c9e49834d15a706a2096fed96f427d Mon Sep 17 00:00:00 2001 From: Gykes Date: Sun, 1 Jun 2025 20:37:29 -0700 Subject: [PATCH] Make Genres Sortable Remove Files --- frontend/src/Store/Actions/artistIndexActions.js | 2 +- src/.idea/.idea.Lidarr/.idea/indexLayout.xml | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 src/.idea/.idea.Lidarr/.idea/indexLayout.xml diff --git a/frontend/src/Store/Actions/artistIndexActions.js b/frontend/src/Store/Actions/artistIndexActions.js index 055e92662..736502460 100644 --- a/frontend/src/Store/Actions/artistIndexActions.js +++ b/frontend/src/Store/Actions/artistIndexActions.js @@ -151,7 +151,7 @@ export const defaultState = { { name: 'genres', label: () => translate('Genres'), - isSortable: false, + isSortable: true, isVisible: false }, { diff --git a/src/.idea/.idea.Lidarr/.idea/indexLayout.xml b/src/.idea/.idea.Lidarr/.idea/indexLayout.xml new file mode 100644 index 000000000..7b08163ce --- /dev/null +++ b/src/.idea/.idea.Lidarr/.idea/indexLayout.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file