MoviebaseApp / tmdb-kotlin

🎬 Modern powerful TMDB API to fetch movies and TV shows for Kotlin Multiplatform.
https://www.moviebase.app
Apache License 2.0
205 stars 20 forks source link

Make TmdbSeasonDetail and TmdbEpisodeDetail more permissive #53

Closed chrisbanes closed 1 year ago

chrisbanes commented 1 year ago

There won't always be images, crew and externalIds in the response so we need to handle that.

ChrisKruegerDev commented 1 year ago

Thanks!