diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-11-01 15:56:20 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-11-01 15:56:20 -0400 |
| commit | d765f370b35bdc8c74a6b74a82796efcea97f762 (patch) | |
| tree | a6427b153fa6be62e05bda521e912b512949e1e8 /Emby.Server.Implementations/Configuration/ServerConfigurationManager.cs | |
| parent | aa83d09fd7ead38fcaeb777b4a44782ece54904f (diff) | |
update librarymanager
Diffstat (limited to 'Emby.Server.Implementations/Configuration/ServerConfigurationManager.cs')
| -rw-r--r-- | Emby.Server.Implementations/Configuration/ServerConfigurationManager.cs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Emby.Server.Implementations/Configuration/ServerConfigurationManager.cs b/Emby.Server.Implementations/Configuration/ServerConfigurationManager.cs index 607e896b8..e73a69892 100644 --- a/Emby.Server.Implementations/Configuration/ServerConfigurationManager.cs +++ b/Emby.Server.Implementations/Configuration/ServerConfigurationManager.cs @@ -237,12 +237,6 @@ namespace Emby.Server.Implementations.Configuration changed = true; } - if (!config.EnableLocalizedGuids) - { - config.EnableLocalizedGuids = true; - changed = true; - } - return changed; } } |
