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} ?
Es fehlt ein Film oder eine Serie? Logge dich ein zum Ergänzen.
Diesen Eintrag bewerten oder zu einer Liste hinzufügen?
Kein Mitglied?
Antwort von Travis Bell
am 17. Mai 2014 um 15:44
Hi guigui4242,
If you've made it that far, you already know the TV show id...
Antwort von guigui4242
am 17. Mai 2014 um 15:58
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.