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

Add missed fields for season/episode #64

Closed DeKaN closed 1 year ago

DeKaN commented 1 year ago

These fields are available in /tv/{tv_id} response (for season) and in /tv/{tv_id}/season/{season_number} response (for episode)

ChrisKruegerDev commented 1 year ago

Thanks!