changed genre scanning to parse multiple genres, updated db to accommodate.
This commit is contained in:
@@ -44,7 +44,7 @@ export const COLUMN_DEFS: Record<string, ColumnDef> = {
|
||||
genre: {
|
||||
id: 'genre',
|
||||
label: 'Genre',
|
||||
accessor: (t) => t.Genre,
|
||||
accessor: (t) => (t.Genre ?? []).join(', '),
|
||||
defaultWidth: '120px',
|
||||
},
|
||||
year: {
|
||||
|
||||
Reference in New Issue
Block a user