aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Configuration/ServerConfigurationManager.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2017-11-01 15:56:20 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2017-11-01 15:56:20 -0400
commitd765f370b35bdc8c74a6b74a82796efcea97f762 (patch)
treea6427b153fa6be62e05bda521e912b512949e1e8 /Emby.Server.Implementations/Configuration/ServerConfigurationManager.cs
parentaa83d09fd7ead38fcaeb777b4a44782ece54904f (diff)
update librarymanager
Diffstat (limited to 'Emby.Server.Implementations/Configuration/ServerConfigurationManager.cs')
-rw-r--r--Emby.Server.Implementations/Configuration/ServerConfigurationManager.cs6
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;
}
}