Hey,
I was about to implement Show search functionality and I noticed the documentation for the search result object is different than the movie search. For movie results you use title and in shows you use name e.g.
Shows "original_name": "Breaking Bad", "name": "Breaking Bad",
Movies "original_title": "Fight Club", "title": "Fight Club",
Was this as designed or a mistake? I need to create two data structures instead of just re-using a single one for both.
Un film, une émission télévisée ou un artiste est introuvable ? Connectez-vous afin de créer une nouvelle fiche.
Vous souhaitez évaluer ou ajouter cet élément à une liste ?
Pas encore membre ?
Réponse de Damien Haynes
le 4 avril 2014 à 20h56
come to think of it I will need to create another data structure due to the airdate field, so its not really a big deal.
Réponse de Travis Bell
le 5 avril 2014 à 10h16
Someone else asked about this, here was my reply: http://www.themoviedb.org/talk/52d7c335760ee305980c25fb
Cheers.
Réponse de Damien Haynes
le 5 avril 2014 à 20h48
Thanks, you can close this thread then.