Add missing title keys to the resume file

This commit is contained in:
Rebecca Wallander
2021-01-13 22:01:13 +01:00
parent ec8e09f881
commit 988c475800

View File

@@ -60,6 +60,8 @@ namespace Aaru.CommonTypes.Metadata
public List<int> BadSubchannels;
[XmlArrayItem("Extent")]
public ExtentType[] BlankExtents;
[XmlArrayItem("Block")]
public List<ulong> MissingTitleKeys;
[XmlArrayItem("DumpTry")]
public List<DumpHardwareType> Tries;