aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs
diff options
context:
space:
mode:
authorBaronGreenback <jimcartlidge@yahoo.co.uk>2020-10-14 19:04:17 +0100
committerGitHub <noreply@github.com>2020-10-14 19:04:17 +0100
commita8cee0bd36278035135bf871f25c126a12fde9ef (patch)
tree05ea38bd4808945c0783622945cad026258301a9 /Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs
parent002190f0a392a5f248f508cbd9ffd7a9fd4f3982 (diff)
Update Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
Diffstat (limited to 'Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs')
-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 9e667a497..a5a361d24 100644
--- a/Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs
+++ b/Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs
@@ -148,7 +148,7 @@ namespace Emby.Server.Implementations.AppBase
}
else
{
- var list = _configurationFactories.ToList<IConfigurationFactory>();
+ var list = _configurationFactories.ToList();
list.Add(factory);
_configurationFactories = list.ToArray();
}