Re-add limits to list item queries
This commit is contained in:
parent
9f55238b74
commit
e618ac7590
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||||
|
|
Reference in a new issue