mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-15 07:54:18 +02:00
improve compact size item card
This commit is contained in:
@@ -50,7 +50,7 @@ export const PlaylistListInfiniteGrid = ({
|
||||
enabled: saveScrollOffset,
|
||||
});
|
||||
|
||||
const rows = useGridRows(LibraryItem.PLAYLIST, ItemListKey.PLAYLIST);
|
||||
const rows = useGridRows(LibraryItem.PLAYLIST, ItemListKey.PLAYLIST, size);
|
||||
|
||||
return (
|
||||
<ItemGridList
|
||||
|
||||
Reference in New Issue
Block a user