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:
@@ -258,7 +258,7 @@ public sealed partial class Ndif
|
||||
_imageInfo.MediaTitle = StringHandlers.PascalToString(_header.name, Encoding.GetEncoding("macintosh"));
|
||||
|
||||
_imageInfo.SectorSize = SECTOR_SIZE;
|
||||
_imageInfo.XmlMediaType = XmlMediaType.BlockMedia;
|
||||
_imageInfo.MetadataMediaType = MetadataMediaType.BlockMedia;
|
||||
_imageInfo.ImageSize = _imageInfo.Sectors * SECTOR_SIZE;
|
||||
_imageInfo.ApplicationVersion = "6";
|
||||
_imageInfo.Application = "Apple DiskCopy";
|
||||
|
||||
Reference in New Issue
Block a user