Handle genres for tmdb #78
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When calling tmdb/search and tmdb/id (lookup) we get two different JSON attributes for genres. When we do a lookup of a movie we get a object with id and name:
but when we search we only get a list of id:
We want to be able to get the genre as name in both cases.
List of endpoints in the tmdb library node uses.
https://github.com/impronunciable/moviedb/blob/master/lib/endpoints.json