-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Upcoming, Now Playing, Popular and Top Rated have genre_ids, but they are missing in golang-tmdb. Instead their struct has Genres which will be empty.
To Reproduce
Steps to reproduce the behavior:
- Call any of the mentioned lists:
upcoming, _ := tmdbClient.GetMovieUpcoming(nil) - Try to access
GenreIDs:upcoming.Results[0].GenreIDs - You get a missing field error for
GenreIDs - Instead
Genresfield exists but of course won't have the genres
Expected behavior
Field GenreIDs should exist and return the list of genre IDs.
Desktop (please complete the following information):
- OS: Linux
- Go Version: 1.25.4
Additional context
Reference: https://developer.themoviedb.org/reference/movie-upcoming-list
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working