mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
🎨Initializate list of plugins at the same time PluginBase is constructed.
This commit is contained in:
@@ -49,7 +49,6 @@ namespace DiscImageChef.Core
|
||||
public static void Identify(IMediaImage imagePlugin, out List<string> idPlugins, Partition partition)
|
||||
{
|
||||
PluginBase plugins = new PluginBase();
|
||||
plugins.RegisterAllPlugins();
|
||||
|
||||
idPlugins = (from plugin in plugins.PluginsList.Values
|
||||
where plugin.Identify(imagePlugin, partition)
|
||||
|
||||
Reference in New Issue
Block a user