Add JSDoc comment to getItems helper
In return the comments at each usage are removed.
This commit is contained in:
@@ -89,8 +89,6 @@ export function getItemsForPlayback(apiClient, query) {
|
||||
query.EnableTotalRecordCount = false;
|
||||
query.CollapseBoxSetItems = 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, apiClient.getCurrentUserId(), query);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user