mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Update src/utils/jellyfin-apiclient/getItems.ts
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
This commit is contained in:
parent
da4f890adf
commit
5932decce5
1 changed files with 1 additions and 2 deletions
|
@ -39,8 +39,7 @@ function mergeResults(results: BaseItemDtoQueryResult[]) {
|
|||
continue;
|
||||
}
|
||||
if (result.StartIndex == null) {
|
||||
console.log(
|
||||
`Retrieved StartIndex is invalid: ${result.StartIndex}`);
|
||||
console.log('[getItems] Retrieved StartIndex is invalid', result.StartIndex);
|
||||
continue;
|
||||
}
|
||||
merged.Items = merged.Items.concat(result.Items);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue