aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/HttpServer/Security/SessionAuthProvider.cs
diff options
context:
space:
mode:
authorZeusCraft10 <akhilachanta8@gmail.com>2026-01-05 06:22:44 -0500
committerZeusCraft10 <akhilachanta8@gmail.com>2026-01-05 06:22:44 -0500
commit90390772869495228793e1b29db20c8741a309de (patch)
tree19a06bc7de8b9c599672addfea891c8d97028da1 /MediaBrowser.Server.Implementations/HttpServer/Security/SessionAuthProvider.cs
parent706a8d28503152f9a242c8cd1bbb165463864486 (diff)
Fix zh-CN subtitle language display
The DisplayTitle property was using .NET's CultureInfo.GetCultures(NeutralCultures) to resolve language display names. Since zh-CN is a specific culture (not neutral), it would fall back to the base 'zh' code, resulting in generic 'Chinese' instead of 'Chinese (Simplified)'. This change adds a LocalizedLanguage property to MediaStream that gets populated via LocalizationManager.FindLanguageInfo() when streams are retrieved from the database. This leverages Jellyfin's existing iso6392.txt mappings which correctly map zh-CN to 'Chinese (Simplified)'. The same pattern is already used for other localized strings like LocalizedDefault and LocalizedExternal.
Diffstat (limited to 'MediaBrowser.Server.Implementations/HttpServer/Security/SessionAuthProvider.cs')
0 files changed, 0 insertions, 0 deletions