Skip to content
New issue

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

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

Already on GitHub? # to your account

Add default language to trending queries #434

Merged
merged 3 commits into from
Jan 5, 2024

Conversation

Szajkop
Copy link
Contributor

@Szajkop Szajkop commented Mar 16, 2023

quick fix to enable localitazion based queries at the trending methods

@@ -18,6 +19,9 @@ public async Task<SearchContainer<SearchMovie>> GetTrendingMoviesAsync(TimeWindo
if (page >= 1)
req.AddQueryString("page", page.ToString());

if (!string.IsNullOrWhiteSpace(DefaultLanguage))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#427 has been merged. Can you update your PR?

@Shadowghost
Copy link
Contributor

@Szajkop could you please update the PR, so we can get it in if you have some time?

@Szajkop
Copy link
Contributor Author

Szajkop commented Jan 5, 2024

@Shadowghost done.

@Shadowghost Shadowghost merged commit 3bf0087 into jellyfin:master Jan 5, 2024
1 check passed
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants