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.
¿No encuentras una película o serie? Inicia sesión para crearla:
¿Quieres puntuar o añadir este elemento a una lista?
¿No eres miembro?
Contestado por Damien Haynes
el 4 de abril de 2014 a las 20:56
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.
Contestado por Travis Bell
el 5 de abril de 2014 a las 10:16
Someone else asked about this, here was my reply: http://www.themoviedb.org/talk/52d7c335760ee305980c25fb
Cheers.
Contestado por Damien Haynes
el 5 de abril de 2014 a las 20:48
Thanks, you can close this thread then.