Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix #500: Add language parameter to GetTvShowVideosAsync method #501

Conversation

DineshSolanki
Copy link
Contributor

fix #500 - The GetTvShowVideosAsync method has been updated to include an optional language parameter. This parameter allows users of the TMDbClient library to retrieve videos in a specific language instead of only in default(en-US)

The GetTvShowVideosAsync method has been updated to include an optional language parameter. This parameter allows users of the TMDbClient library to retrieve videos in a specific language instead of only in default(en-US)
… method

This change renames the parameter "includeImageLanguage" with "includeMediaLanguage" and adjusts the logic to accommodate either images or videos. This lets user, specify a comma-separated list of language (such as 'hi-IN,en-US')
to filter out result instead of a single language.
See https://developer.themoviedb.org/reference/tv-series-videos
@DineshSolanki
Copy link
Contributor Author

any update on it being merged?

@crobibero crobibero merged commit 7a6477f into jellyfin:master Jul 22, 2024
1 check passed
@DineshSolanki DineshSolanki deleted the #500-add-language-parameter-to-GetTvShowVidoes branch July 22, 2024 18:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add optional language parameter to GetTvShowVideosAsync
3 participants