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:
@@ -50,7 +50,6 @@ namespace DiscImageChef.Core
|
||||
try
|
||||
{
|
||||
PluginBase plugins = new PluginBase();
|
||||
plugins.RegisterAllPlugins();
|
||||
|
||||
IMediaImage imageFormat = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user