mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Bump ITEMS_PER_REQUEST_LIMIT to 40 (getItems call)
This commit is contained in:
parent
3629e826df
commit
012c281615
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ interface GetItemsRequest {
|
|||
Limit?: number;
|
||||
}
|
||||
|
||||
const ITEMS_PER_REQUEST_LIMIT = 25;
|
||||
const ITEMS_PER_REQUEST_LIMIT = 40;
|
||||
|
||||
function getItemsSplit(apiClient: ApiClient, userId: string, options: GetItemsRequest) {
|
||||
const optionsTemplate = { ...options };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue