mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Rename getItemsHelper.ts to getItems.ts
This commit is contained in:
parent
e693724055
commit
1a069b49be
5 changed files with 8 additions and 8 deletions
|
@ -6,7 +6,7 @@ import castSenderApiLoader from './castSenderApi';
|
|||
import ServerConnections from '../../components/ServerConnections';
|
||||
import alert from '../../components/alert';
|
||||
import Events from '../../utils/events.ts';
|
||||
import { getItems } from '../../utils/jellyfin-apiclient/getItemsHelper.ts';
|
||||
import { getItems } from '../../utils/jellyfin-apiclient/getItems.ts';
|
||||
|
||||
// Based on https://github.com/googlecast/CastVideos-chrome/blob/master/CastVideos.js
|
||||
|
||||
|
@ -482,7 +482,7 @@ function getItemsForPlayback(apiClient, query) {
|
|||
query.ExcludeLocationTypes = 'Virtual';
|
||||
query.EnableTotalRecordCount = false;
|
||||
|
||||
// call getItems from getItemsHelper instead of apiClient.getItems()
|
||||
// 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