Merge pull request #5095 from thornbill/no-resumable-next-up

Exclude resumable in next up home screen section
This commit is contained in:
Bill Thornton
2024-01-12 10:47:37 -05:00
committed by GitHub
@@ -29,6 +29,7 @@ function getNextUpFetchFn(
EnableTotalRecordCount: false,
DisableFirstEpisode: false,
NextUpDateCutoff: oldestDateForNextUp.toISOString(),
EnableResumable: false,
EnableRewatching: userSettings.enableRewatchingInNextUp()
});
};