mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Update homesections.js
Removed SeriesInfo
This commit is contained in:
parent
22733f7bea
commit
225a41b780
1 changed files with 1 additions and 1 deletions
|
@ -661,7 +661,7 @@ import ServerConnections from '../ServerConnections';
|
|||
const apiClient = ServerConnections.getApiClient(serverId);
|
||||
return apiClient.getNextUpEpisodes({
|
||||
Limit: enableScrollX() ? 24 : 15,
|
||||
Fields: 'PrimaryImageAspectRatio,SeriesInfo,DateCreated,BasicSyncInfo,Path',
|
||||
Fields: 'PrimaryImageAspectRatio,DateCreated,BasicSyncInfo,Path',
|
||||
UserId: apiClient.getCurrentUserId(),
|
||||
ImageTypeLimit: 1,
|
||||
EnableImageTypes: 'Primary,Backdrop,Banner,Thumb',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue