mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-24 04:47:57 +02:00
improve compact size item card
This commit is contained in:
@@ -56,7 +56,7 @@ export const AlbumArtistListPaginatedGrid = ({
|
||||
enabled: saveScrollOffset,
|
||||
});
|
||||
|
||||
const rows = useGridRows(LibraryItem.ALBUM_ARTIST, ItemListKey.ALBUM_ARTIST);
|
||||
const rows = useGridRows(LibraryItem.ALBUM_ARTIST, ItemListKey.ALBUM_ARTIST, size);
|
||||
|
||||
return (
|
||||
<ItemListWithPagination
|
||||
|
||||
Reference in New Issue
Block a user