1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Disable first episodes in Next Up home section

This commit is contained in:
MrTimscampi 2021-03-14 05:32:07 +01:00
parent 2a8c2fb1cf
commit 323d84ef64

View file

@ -665,7 +665,8 @@ import ServerConnections from '../ServerConnections';
UserId: apiClient.getCurrentUserId(),
ImageTypeLimit: 1,
EnableImageTypes: 'Primary,Backdrop,Banner,Thumb',
EnableTotalRecordCount: false
EnableTotalRecordCount: false,
DisableFirstEpisode: true
});
};
}