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:
@@ -32,9 +32,10 @@
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using Aaru.CommonTypes;
|
||||
using Aaru.CommonTypes.AaruMetadata;
|
||||
using Aaru.CommonTypes.Structs;
|
||||
using Schemas;
|
||||
using Partition = Aaru.CommonTypes.Partition;
|
||||
using Track = Aaru.CommonTypes.Structs.Track;
|
||||
|
||||
namespace Aaru.DiscImages;
|
||||
|
||||
@@ -61,7 +62,7 @@ public sealed partial class BlindWrite4
|
||||
/// <inheritdoc />
|
||||
public List<Session> Sessions { get; set; }
|
||||
/// <inheritdoc />
|
||||
public List<DumpHardwareType> DumpHardware => null;
|
||||
public List<DumpHardware> DumpHardware => null;
|
||||
/// <inheritdoc />
|
||||
public CICMMetadataType CicmMetadata => null;
|
||||
public Metadata AaruMetadata => null;
|
||||
}
|
||||
@@ -736,7 +736,7 @@ public sealed partial class BlindWrite4
|
||||
_imageInfo.ImageSize = (ulong)_dataFilter.DataForkLength;
|
||||
_imageInfo.CreationTime = _dataFilter.CreationTime;
|
||||
_imageInfo.LastModificationTime = _dataFilter.LastWriteTime;
|
||||
_imageInfo.XmlMediaType = XmlMediaType.OpticalDisc;
|
||||
_imageInfo.MetadataMediaType = MetadataMediaType.OpticalDisc;
|
||||
|
||||
bool data = false;
|
||||
bool mode2 = false;
|
||||
|
||||
Reference in New Issue
Block a user