mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
🎨Initializate list of plugins at the same time PluginBase is constructed.
This commit is contained in:
@@ -78,7 +78,6 @@ namespace DiscImageChef.Commands
|
||||
}
|
||||
|
||||
PluginBase plugins = new PluginBase();
|
||||
plugins.RegisterAllPlugins();
|
||||
|
||||
try
|
||||
{
|
||||
|
||||
@@ -45,7 +45,6 @@ namespace DiscImageChef.Commands
|
||||
internal static void ListFormats(FormatsOptions formatsOptions)
|
||||
{
|
||||
PluginBase plugins = new PluginBase();
|
||||
plugins.RegisterAllPlugins();
|
||||
FiltersList filtersList = new FiltersList();
|
||||
|
||||
DicConsole.WriteLine("Supported filters:");
|
||||
|
||||
@@ -74,7 +74,6 @@ namespace DiscImageChef.Commands
|
||||
}
|
||||
|
||||
PluginBase plugins = new PluginBase();
|
||||
plugins.RegisterAllPlugins();
|
||||
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user