mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Use Aaru Metadata instead of CICM Metadata.
This commit is contained in:
@@ -132,7 +132,7 @@ public sealed partial class PartClone
|
||||
_imageInfo.MediaTitle = Path.GetFileNameWithoutExtension(imageFilter.Filename);
|
||||
_imageInfo.Sectors = _pHdr.totalBlocks;
|
||||
_imageInfo.SectorSize = _pHdr.blockSize;
|
||||
_imageInfo.XmlMediaType = XmlMediaType.BlockMedia;
|
||||
_imageInfo.MetadataMediaType = MetadataMediaType.BlockMedia;
|
||||
_imageInfo.MediaType = MediaType.GENERIC_HDD;
|
||||
_imageInfo.ImageSize = (ulong)(stream.Length - (4096 + 0x40 + (long)_pHdr.totalBlocks));
|
||||
_imageStream = stream;
|
||||
|
||||
Reference in New Issue
Block a user