aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaronGreenback <jimcartlidge@yahoo.co.uk>2020-11-09 11:25:05 +0000
committerGitHub <noreply@github.com>2020-11-09 11:25:05 +0000
commite340e755f27f0022806e8c119ef3a12e11b88911 (patch)
tree91c3548094684fdaba36c161bd4ad4d67887b6c1
parent69790ef6b8632e46cbdad0ea8415c35a107dcb1e (diff)
Update Emby.Server.Implementations/ApplicationHost.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
-rw-r--r--Emby.Server.Implementations/ApplicationHost.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/ApplicationHost.cs b/Emby.Server.Implementations/ApplicationHost.cs
index 97d46a0c0..04f0b5518 100644
--- a/Emby.Server.Implementations/ApplicationHost.cs
+++ b/Emby.Server.Implementations/ApplicationHost.cs
@@ -830,7 +830,7 @@ namespace Emby.Server.Implementations
{
try
{
- var instance = (IPluginServiceRegistrator)Activator.CreateInstance(pluginServiceRegistrar);
+ var instance = (IPluginServiceRegistrator)Activator.CreateInstance(pluginServiceRegistrator);
instance.RegisterServices(ServiceCollection);
}
catch (Exception ex)