jellyfin / TMDbLib

C#.Net library for TheMovieDB
MIT License
344 stars 128 forks source link

Missing "GetTranslations" for episodes and seasons #403

Closed DanCooper closed 7 months ago

DanCooper commented 2 years ago

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.

revam commented 7 months ago

Didn't notice this issue when I did the PRs, but this is fixed in #457 and #458 in case anyone from the team want to close this issue.