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 image searching to prioritize explicit language match if searching in English #8946

Merged

Conversation

bradbeattie
Copy link
Contributor

Context
In the current master branch of Jellyfin, image ordering with a non-English requested language orders like so:

  1. Images that match the requested language
  2. English images or images with no language
  3. All other images

Whereas image ordering with English as the requested language orders like so:

  1. Images matching your requested language or images with no language
  2. All other images

Changes

This change proposes a consistent ordering of images irrespective of the specific requested language:

  1. Images that match the requested language
  2. Images with no language
  3. English images
  4. All other images

@github-actions
Copy link

Changes in OpenAPI specification found. Expand to see details.

What's Changed


POST /Users/{userId}/Authenticate
Parameters:

Added: password in query

The password sha1-hash.

POST /Users/AuthenticateByName
Request:

Changed content type : application/json

Updated AuthenticateUserByName :

  • Added property Password (string)

Gets or sets the sha1-hashed password.

Changed content type : text/json

Updated AuthenticateUserByName :

  • Added property Password (string)

Gets or sets the sha1-hashed password.

Changed content type : application/*+json

Updated AuthenticateUserByName :

  • Added property Password (string)

Gets or sets the sha1-hashed password.

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.

3 participants