aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-08-03 10:39:23 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-08-03 10:39:23 -0400
commitbae1a83f973dfc61e138aa757562f5f3a54adc9e (patch)
tree4981e28deecbbb7f4207e83476b26913e601ac0c
parentc411fdc93a2811af4fba11319e6642211465f568 (diff)
fixed config save testing existence of empty path
-rw-r--r--MediaBrowser.Server.Implementations/Configuration/ServerConfigurationManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/Configuration/ServerConfigurationManager.cs b/MediaBrowser.Server.Implementations/Configuration/ServerConfigurationManager.cs
index 21a6f4869..96946bdab 100644
--- a/MediaBrowser.Server.Implementations/Configuration/ServerConfigurationManager.cs
+++ b/MediaBrowser.Server.Implementations/Configuration/ServerConfigurationManager.cs
@@ -86,7 +86,7 @@ namespace MediaBrowser.Server.Implementations.Configuration
var newIbnPath = newConfig.ItemsByNamePath;
- if (!string.IsNullOrEmpty(newIbnPath)
+ if (!string.IsNullOrWhiteSpace(newIbnPath)
&& !string.Equals(Configuration.ItemsByNamePath ?? string.Empty, newIbnPath))
{
// Validate