mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-23 12:27:59 +02:00
improve compact size item card
This commit is contained in:
@@ -51,7 +51,7 @@ export const AlbumArtistListInfiniteGrid = ({
|
||||
enabled: saveScrollOffset,
|
||||
});
|
||||
|
||||
const rows = useGridRows(LibraryItem.ALBUM_ARTIST, ItemListKey.ALBUM_ARTIST);
|
||||
const rows = useGridRows(LibraryItem.ALBUM_ARTIST, ItemListKey.ALBUM_ARTIST, size);
|
||||
|
||||
return (
|
||||
<ItemGridList
|
||||
|
||||
Reference in New Issue
Block a user