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

Exclude resumable in next up home screen section

This commit is contained in:
Bill Thornton 2024-01-12 01:21:27 -05:00
parent d3225423da
commit ac89758de8

View file

@ -29,6 +29,7 @@ function getNextUpFetchFn(
EnableTotalRecordCount: false,
DisableFirstEpisode: false,
NextUpDateCutoff: oldestDateForNextUp.toISOString(),
EnableResumable: false,
EnableRewatching: userSettings.enableRewatchingInNextUp()
});
};