Browse Source

Fix missing genre column (#38)

master
jeffvli 3 years ago
committed by Jeff
parent
commit
8a1edc8324
  1. 10
      src/components/settings/ListViewColumns.ts

10
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: {

Loading…
Cancel
Save