diff options
| author | Greenback <jimcartlidge@yahoo.co.uk> | 2020-12-15 00:42:59 +0000 |
|---|---|---|
| committer | Greenback <jimcartlidge@yahoo.co.uk> | 2020-12-15 00:42:59 +0000 |
| commit | fbb20ebef6dee03de27e20d7e110e709ba2f20e9 (patch) | |
| tree | 4eeaf08c92cfb714c45e7a6a1c320bfde0cfc1a7 /Emby.Server.Implementations/ApplicationHost.cs | |
| parent | 494ace7984edab77df7f9da30e411d8d3d617036 (diff) | |
Plugin setting migration to folders.
Diffstat (limited to 'Emby.Server.Implementations/ApplicationHost.cs')
| -rw-r--r-- | Emby.Server.Implementations/ApplicationHost.cs | 5 |
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."); } |
