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:
@@ -51,7 +51,7 @@ public static class Filesystems
|
||||
public static void Identify(IMediaImage imagePlugin, out List<string> idPlugins, Partition partition,
|
||||
bool getGuid = false)
|
||||
{
|
||||
PluginBase plugins = GetPluginBase.Instance;
|
||||
PluginBase plugins = PluginBase.Singleton;
|
||||
|
||||
idPlugins = new List<string>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user