mirror of
https://github.com/jeffvli/sonixd.git
synced 2026-04-30 11:12:36 -04:00
Fix missing genre column (#38)
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user