aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs b/Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs
index bb22c31fe..9e667a497 100644
--- a/Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs
+++ b/Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs
@@ -144,7 +144,7 @@ namespace Emby.Server.Implementations.AppBase
if (_configurationFactories == null)
{
- _configurationFactories = new IConfigurationFactory[] { factory };
+ _configurationFactories = new[] { factory };
}
else
{