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 مساءا
Hi guigui4242,
If you've made it that far, you already know the TV show id...
رد بواسطة guigui4242
بتاريخ مايو 17, 2014 في 3: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.