Hello,
I noticed a problem when I'm using the TMDb API.
I use this path: https://api.themoviedb.org/4/list/[LIST_ID]?api_key=[API_KEY]&sort_by=[SHORT_TYPE]
and the number of comments is different when I use different short_by.
Comments are limited at 20 for:
original_order.asc
andoriginal_order.desc
But there is no limit for:
release_date.asc
,release_date.desc
,title.asc
,title.desc
,vote_average.asc
andvote_average.desc
Is this a bug or a feature ?
Because I find it strange that there is a limit for some sort of sorting but not for others.
Thank you in advance.
Have a nice day.
Non riesci a trovare un film o una serie Tv? Accedi per crearlo.
Vuoi valutare o aggiungere quest'elemento a una lista?
Non sei un membro?
Risposta da Travis Bell
il 15 maggio, 2020 alle 6:11PM
Hi @IronKyle38,
Indeed that looks like a bug. I've created a new ticket for this here.
Risposta da IronKyle38
il 16 maggio, 2020 alle 4:54AM
Hi,
Thank you. Have a nice day.
Risposta da Travis Bell
il 30 ottobre, 2023 alle 10:53AM
Hi @IronKyle38,
This has been fixed now. The items returned in the
comments
field match the items returned in theresults
field no matter which sort option you pick.Cheers.