Hi,
Using /3/tv/{id}/season/{season_number} it returns an ID that i believe is the Season ID and not the TV Show ID.
Is it possible to return the TV Show ID when querying /3/tv/{id}/season/{season_number} ?
Не можеш да нађеш филм или серију? Пријави се да додаш.
Желите ли да оцените или додате ову ставку у листу?
Нисте члан?
Одговор од Travis Bell
дана 17. мај 2014. у 3:44 PM
Hi guigui4242,
If you've made it that far, you already know the TV show id...
Одговор од guigui4242
дана 17. мај 2014. у 3:58 PM
Thanks for the answer. Unfortunately, it is not that easy, due to the way my app is done and async calls, I can't directly fetch the ID from URL who initiated the request (multiple async calls calling the same function).
Thats why if I had the TV Show ID directly in the JSON response, it would be very handy.