diff --git a/Aaru.Generators/PluginRegisterGenerator.cs b/Aaru.Generators/PluginRegisterGenerator.cs index 11c0f883e..c9ff74c4c 100644 --- a/Aaru.Generators/PluginRegisterGenerator.cs +++ b/Aaru.Generators/PluginRegisterGenerator.cs @@ -349,6 +349,9 @@ public class PluginRegisterGenerator : ISourceGenerator if(plugin.BaseList?.Types.Any(t => ((t as SimpleBaseTypeSyntax)?.Type as IdentifierNameSyntax)?.Identifier. ValueText == "IByteAddressableImage") == true) ByteAddressableImagePlugins.Add(plugin); + + MediaImagePlugins.AddRange(WritableImagePlugins); + FileSystems.AddRange(ReadOnlyFileSystems); } } } \ No newline at end of file