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.
Δεν μπορείτε να βρείτε κάποια ταινία ή σειρά; Συνδεθείτε για να τη δημιουργήσετε.
Θέλετε να αξιολογήσετε ή να προσθέσετε αυτό το στοιχείο σε μια λίστα;
Δεν είσαι μέλος;
Απάντηση από τον/την Damien Haynes
στις 4 Απρίλιος 2014 στις 08: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.
Απάντηση από τον/την Travis Bell
στις 5 Απρίλιος 2014 στις 10:16 ΕΊΜΑΙ
Someone else asked about this, here was my reply: http://www.themoviedb.org/talk/52d7c335760ee305980c25fb
Cheers.
Απάντηση από τον/την Damien Haynes
στις 5 Απρίλιος 2014 στις 08:48 ΜΜ
Thanks, you can close this thread then.