mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 02:13:33 +00:00
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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue