From f4eb9f5b4aa2e3d65e61d24fa79519b81b8349c0 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Fri, 23 Oct 2020 01:05:46 +0100 Subject: [PATCH] Add support for blank extents in resume file. --- Metadata/Resume.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Metadata/Resume.cs b/Metadata/Resume.cs index a398b12..5a7e448 100644 --- a/Metadata/Resume.cs +++ b/Metadata/Resume.cs @@ -58,6 +58,8 @@ namespace Aaru.CommonTypes.Metadata public bool Tape; [XmlArrayItem("Block")] public List BadSubchannels; + [XmlArrayItem("Extent")] + public ExtentType[] BlankExtents; [XmlArrayItem("DumpTry")] public List Tries;