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.
Negalite rasti filmo ar TV laidos? Prisijunkite, kad sukurtumėte.
Norite įvertinti ar įtraukti šį elementą į sąrašą?
Nesate narys?
Atsakė Travis Bell
2020 gegužės 15, 6:11 PM
Hi @IronKyle38,
Indeed that looks like a bug. I've created a new ticket for this here.
Atsakė IronKyle38
2020 gegužės 16, 4:54 AM
Hi,
Thank you. Have a nice day.
Atsakė Travis Bell
2023 spalio 30, 10:53 AM
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.