mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #6117] [MERGED] Add OriginalTitle to ItemLookupInfo #10831
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/6117
Author: @LinFor
Created: 5/27/2021
Status: ✅ Merged
Merged: 6/7/2021
Merged by: @cvium
Base:
master← Head:pr_originaltitle_in_lookupinfo📝 Commits (1)
05c241dAdd OriginalTitle to ItemLookupInfo📊 Changes
2 files changed (+7 additions, -0 deletions)
View changed files
📝
MediaBrowser.Controller/Entities/BaseItem.cs(+1 -0)📝
MediaBrowser.Controller/Providers/ItemLookupInfo.cs(+6 -0)📄 Description
Changes
Allow access to OriginalTitle from MetadataProviders.
Sometimes localized naming is not the best way to search for metadata, as there may be several different translations. Searching for metadata based on the original title (which I think exists in a single form) seems like a good idea.
Issues
None found
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.