🎨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

@@ -53,7 +53,6 @@ namespace DiscImageChef.Core
{
CICMMetadataType sidecar = new CICMMetadataType();
PluginBase plugins = new PluginBase();
plugins.RegisterAllPlugins();
FileInfo fi = new FileInfo(imagePath);
FileStream fs = new FileStream(imagePath, FileMode.Open, FileAccess.Read);