mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 06:23:03 +03:00
Plugin setting migration to folders.
This commit is contained in:
@@ -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.");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user