diff --git a/src/renderer/store/song.store.ts b/src/renderer/store/song.store.ts index eb1d8abb..a789b14a 100644 --- a/src/renderer/store/song.store.ts +++ b/src/renderer/store/song.store.ts @@ -92,6 +92,14 @@ export const useSongStore = create()( column: TableColumn.YEAR, width: 100, }, + { + column: TableColumn.DATE_ADDED, + width: 100, + }, + { + column: TableColumn.PLAY_COUNT, + width: 100, + }, ], pagination: { currentPage: 1,