Re-add limits to list item queries

This commit is contained in:
jeffvli 2023-07-29 10:55:48 -07:00
parent 9f55238b74
commit e618ac7590

View file

@ -100,7 +100,7 @@ export const AlbumArtistDetailContent = ({ background }: AlbumArtistDetailConten
: undefined), : undefined),
}, },
}, },
// limit: 10, limit: 15,
sortBy: AlbumListSort.RELEASE_DATE, sortBy: AlbumListSort.RELEASE_DATE,
sortOrder: SortOrder.DESC, sortOrder: SortOrder.DESC,
startIndex: 0, startIndex: 0,
@ -122,7 +122,7 @@ export const AlbumArtistDetailContent = ({ background }: AlbumArtistDetailConten
: undefined), : undefined),
}, },
}, },
// limit: 10, limit: 15,
sortBy: AlbumListSort.RELEASE_DATE, sortBy: AlbumListSort.RELEASE_DATE,
sortOrder: SortOrder.DESC, sortOrder: SortOrder.DESC,
startIndex: 0, startIndex: 0,