jdrouet / tmdb-api

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

feat(logos): add logo images #30

Closed agmbk closed 1 year ago

agmbk commented 1 year ago

This add the logos serialization in the image request.

Also a bug is fixed where the change id can be nullable. This may be a TMDB bug but since it may crash the program, I think it's better to leave it as an Option.

jdrouet commented 1 year ago

I don't know why the CI doesn't get triggered properly. Tested it locally, will merge it.