mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Add JSDoc comment to getItems helper
In return the comments at each usage are removed.
This commit is contained in:
parent
d8bbba2dc9
commit
06c4f0f258
5 changed files with 8 additions and 8 deletions
|
@ -483,8 +483,6 @@ function getItemsForPlayback(apiClient, query) {
|
|||
query.ExcludeLocationTypes = 'Virtual';
|
||||
query.EnableTotalRecordCount = false;
|
||||
|
||||
// call getItems from jellyfin-apiclient/getItems.ts instead of apiClient.getItems()
|
||||
// to split up into multiple requests if necessary (URL might get too long)
|
||||
return getItems(apiClient, userId, query);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue