mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Make PluginBase a singleton.
This commit is contained in:
@@ -432,7 +432,7 @@ sealed class ConvertImageCommand : Command
|
||||
return (int)ErrorNumber.FileExists;
|
||||
}
|
||||
|
||||
PluginBase plugins = GetPluginBase.Instance;
|
||||
PluginBase plugins = PluginBase.Singleton;
|
||||
IMediaImage inputFormat = null;
|
||||
IBaseImage baseImage = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user