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
eca7cc7ced
commit
da4f890adf
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ function mergeResults(results: BaseItemDtoQueryResult[]) {
|
|||
|
||||
for (const result of results) {
|
||||
if (result.Items == null) {
|
||||
console.log(`Retrieved Items array is invalid: ${result.Items}`);
|
||||
console.log('[getItems] Retrieved Items array is invalid', result.Items);
|
||||
continue;
|
||||
}
|
||||
if (result.TotalRecordCount == null) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue