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()
});
};