From 225a41b7800c8df9d988764f2a973a97b679537a Mon Sep 17 00:00:00 2001 From: BaronGreenback Date: Sun, 22 Nov 2020 20:38:56 +0000 Subject: [PATCH] Update homesections.js Removed SeriesInfo --- src/components/homesections/homesections.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',