Skip to content

Commit

Permalink
Fix resumable episodes showing up twice in "Play next" integration
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsvanvelzen committed May 30, 2024
1 parent aa8a2fb commit 0e94140
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ class LeanbackChannelWorker(
api.tvShowsApi.getNextUp(
imageTypeLimit = 1,
limit = 10,
enableResumable = false,
fields = listOf(ItemFields.DATE_CREATED),
).content.items.orEmpty()
}
Expand Down

0 comments on commit 0e94140

Please sign in to comment.