Looks like "GetTvEpisodeTranslationsAsync" and "GetTvSeasonTranslationsAsync" is missing but supported by the TMDb API.
I searched for a way to get the "Original Title" of an episode or season and the only way I see is to use tvshow.origin_country.original_language and episode/season translations to find it.
Looks like "GetTvEpisodeTranslationsAsync" and "GetTvSeasonTranslationsAsync" is missing but supported by the TMDb API.
I searched for a way to get the "Original Title" of an episode or season and the only way I see is to use
tvshow.origin_country.original_language
and episode/season translations to find it.