🎨Initializate list of plugins at the same time PluginBase is constructed.

This commit is contained in:
2017-12-26 06:43:29 +00:00
parent 2eca6ec8be
commit 5b56702c60
12 changed files with 4 additions and 21 deletions

View File

@@ -50,7 +50,6 @@ namespace DiscImageChef.Core
try
{
PluginBase plugins = new PluginBase();
plugins.RegisterAllPlugins();
IMediaImage imageFormat = null;