jdrouet / tmdb-api

Yet another TMDB api client written in rust, working with async
13 stars 8 forks source link

`TVShow::number_of_episodes` is nullable #63

Closed George-Miao closed 5 months ago

George-Miao commented 5 months ago

Tested on /3/tv/81040, the API returns null for number_of_episodes, which causes the client failed to deserialize.