mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Add "Author" field to plugins.
This commit is contained in:
@@ -45,6 +45,7 @@ namespace DiscImageChef.DiscImages
|
||||
public string Name => "Sydex CopyQM";
|
||||
public Guid Id => new Guid("147E927D-3A92-4E0C-82CD-142F5A4FA76D");
|
||||
public string Format => "Sydex CopyQM";
|
||||
public string Author => "Natalia Portillo";
|
||||
public List<Partition> Partitions =>
|
||||
throw new FeatureUnsupportedImageException("Feature not supported by image format");
|
||||
public List<Track> Tracks =>
|
||||
|
||||
Reference in New Issue
Block a user