Use Aaru Metadata instead of CICM Metadata.

This commit is contained in:
2022-12-15 22:20:59 +00:00
parent d2c24f9fb1
commit 4cdf541a09
10 changed files with 454 additions and 455 deletions

View File

@@ -78,8 +78,8 @@ public class BlockMedia
public DimensionsNew Dimensions { get; set; }
public List<Partition> FileSystemInformation { get; set; }
public List<DumpHardware> DumpHardware { get; set; }
public string DiskType { get; set; }
public string DiskSubType { get; set; }
public string MediaType { get; set; }
public string MediaSubType { get; set; }
public string Interface { get; set; }
}