Fix missing genre column (#38)

This commit is contained in:
jeffvli
2021-10-15 05:42:38 -07:00
committed by Jeff
parent 6eef23a20f
commit 8a1edc8324

View File

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