From 8a1edc83245b596e6ae37378eaa74379bbfe643a Mon Sep 17 00:00:00 2001 From: jeffvli Date: Fri, 15 Oct 2021 05:42:38 -0700 Subject: [PATCH] Fix missing genre column (#38) --- src/components/settings/ListViewColumns.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/components/settings/ListViewColumns.ts b/src/components/settings/ListViewColumns.ts index a74f544..560920e 100644 --- a/src/components/settings/ListViewColumns.ts +++ b/src/components/settings/ListViewColumns.ts @@ -271,6 +271,16 @@ export const songColumnListAuto = [ label: 'Favorite', }, }, + { + label: 'Genre', + value: { + id: 'Genre', + dataKey: 'genre', + alignment: 'center', + flexGrow: 2, + label: 'Genre', + }, + }, { label: 'Path', value: {