aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/ApplicationHost.cs
diff options
context:
space:
mode:
authorGreenback <jimcartlidge@yahoo.co.uk>2020-12-15 00:42:59 +0000
committerGreenback <jimcartlidge@yahoo.co.uk>2020-12-15 00:42:59 +0000
commitfbb20ebef6dee03de27e20d7e110e709ba2f20e9 (patch)
tree4eeaf08c92cfb714c45e7a6a1c320bfde0cfc1a7 /Emby.Server.Implementations/ApplicationHost.cs
parent494ace7984edab77df7f9da30e411d8d3d617036 (diff)
Plugin setting migration to folders.
Diffstat (limited to 'Emby.Server.Implementations/ApplicationHost.cs')
-rw-r--r--Emby.Server.Implementations/ApplicationHost.cs5
1 files changed, 1 insertions, 4 deletions
diff --git a/Emby.Server.Implementations/ApplicationHost.cs b/Emby.Server.Implementations/ApplicationHost.cs
index 8df1ec300..ddb48ff6e 100644
--- a/Emby.Server.Implementations/ApplicationHost.cs
+++ b/Emby.Server.Implementations/ApplicationHost.cs
@@ -406,10 +406,7 @@ namespace Emby.Server.Implementations
Logger.LogError("Called from: {stack}", entry.FullName);
}
- if (type is IPlugin)
- {
- _pluginManager.FailPlugin(type.Assembly);
- }
+ _pluginManager.FailPlugin(type.Assembly);
throw new ExternalException("DI Loop detected.");
}