diff options
| author | Cody Robibero <cody@robibe.ro> | 2026-08-25 18:26:09 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-08-25 18:26:09 -0400 |
| commit | e79e2cba276dac1998880869015326a750d38f67 (patch) | |
| tree | 27db848bdc820cad14eb0c1cdcb07ebae888798f /Emby.Server.Implementations/Library/Resolvers/TV | |
| parent | f3298eee69d0c6cdce3a70b6d3a8333f257017c6 (diff) | |
| parent | a81b90f570f681d0f5088637d03bb14a54ef6e2e (diff) | |
Merge pull request #17714 from Shadowghost/fix-localized-view-ids
Stop deriving user view ids from their localized name
Diffstat (limited to 'Emby.Server.Implementations/Library/Resolvers/TV')
| -rw-r--r-- | Emby.Server.Implementations/Library/Resolvers/TV/SeasonResolver.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Library/Resolvers/TV/SeasonResolver.cs b/Emby.Server.Implementations/Library/Resolvers/TV/SeasonResolver.cs index 6e9a38fd34..6624d0125f 100644 --- a/Emby.Server.Implementations/Library/Resolvers/TV/SeasonResolver.cs +++ b/Emby.Server.Implementations/Library/Resolvers/TV/SeasonResolver.cs @@ -99,7 +99,7 @@ namespace Emby.Server.Implementations.Library.Resolvers.TV args.LibraryOptions.SeasonZeroDisplayName : string.Format( CultureInfo.InvariantCulture, - _localization.GetLocalizedString("NameSeasonNumber"), + _localization.GetServerLocalizedString("NameSeasonNumber"), seasonNumber, args.LibraryOptions.PreferredMetadataLanguage); } |
