diff --git a/src/components/homesections/homesections.js b/src/components/homesections/homesections.js index 6561b8a9e0..f6fb8ec7bb 100644 --- a/src/components/homesections/homesections.js +++ b/src/components/homesections/homesections.js @@ -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',