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
commit 0ca0452ee3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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