Merge pull request #2509 from jellyfin/disable-first-episode

Disable first episodes in Next Up home section
This commit is contained in:
Bill Thornton
2021-04-09 15:19:20 -04:00
committed by GitHub
+2 -1
View File
@@ -663,7 +663,8 @@ import ServerConnections from '../ServerConnections';
UserId: apiClient.getCurrentUserId(),
ImageTypeLimit: 1,
EnableImageTypes: 'Primary,Backdrop,Banner,Thumb',
EnableTotalRecordCount: false
EnableTotalRecordCount: false,
DisableFirstEpisode: true
});
};
}