Add additional song list column defaults

This commit is contained in:
jeffvli 2022-12-29 18:41:35 -08:00
parent f2e03266c2
commit b2f9c73300

View file

@ -92,6 +92,14 @@ export const useSongStore = create<SongSlice>()(
column: TableColumn.YEAR, column: TableColumn.YEAR,
width: 100, width: 100,
}, },
{
column: TableColumn.DATE_ADDED,
width: 100,
},
{
column: TableColumn.PLAY_COUNT,
width: 100,
},
], ],
pagination: { pagination: {
currentPage: 1, currentPage: 1,