Hi
https://api.themoviedb.org/3/tv/1412/images?api_key=my_key&language=en-US
Getting no images in backdrops and posters for every tv show id. Always below response: { "backdrops": [], "id": 1412, "posters": [] }
Any clue?
Thanks in advance.
لم تجد الفلم أو المسلسل ؟ سجل دخولك و انشئها
هل تريد تقييم او اضافة هذا العنصر للقائمة؟
لست عضو؟
رد بواسطة Travis Bell
بتاريخ مارس 28, 2017 في 11:34 صباحا
Hi there,
You should read through this document, it outlines why. If you specify a
language
parameter, you'll probably also want to include theinclude_image_language
param.Cheers.