trakt / api-help

Trakt API docs at https://trakt.docs.apiary.io
186 stars 7 forks source link

Duplicate item in paginated list #451

Open dvcolomban opened 7 months ago

dvcolomban commented 7 months ago

When I fetch a paginated personal list, I sometimes get a duplicate on the boundary.

For example, on the endpoint /users/<user-slug>/lists/<list-id>/items?page=3&limit=50 Titans is returned as the last item of page 2 (limit 50), but also as the first item of page 3 (limit 50)

image

image

The issue doesn't occur when the item is not on the boundary of the page:

image

Nor does it exist in duplicate in the list on trakt.tv:

image