Skip to content

Commit

Permalink
don't show resumable items in Next Up
Browse files Browse the repository at this point in the history
  • Loading branch information
cewert committed Oct 18, 2024
1 parent f90975c commit 3700d87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/home/LoadItemsTask.bs
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ sub loadItems()
params["DisableFirstEpisode"] = false
params["limit"] = 24
params["EnableTotalRecordCount"] = false
params["EnableResumable"] = false

maxDaysInNextUp = userSettings["ui.details.maxdaysnextup"].ToInt()
if isValid(maxDaysInNextUp)
Expand Down

0 comments on commit 3700d87

Please sign in to comment.