Update album artist list views

This commit is contained in:
jeffvli 2023-07-16 13:33:23 -07:00
parent b9caa73405
commit e965bd2663
5 changed files with 320 additions and 404 deletions

View file

@ -45,6 +45,7 @@ const AlbumArtistListRoute = () => {
/>
<AlbumArtistListContent
gridRef={gridRef}
itemCount={itemCount}
tableRef={tableRef}
/>
</AlbumArtistListContext.Provider>