From fa999bfe45e7d031cedf4671228587949df614ac Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Sat, 13 Jun 2020 19:15:21 +0100 Subject: [PATCH] Allow to retry bad subchannel sectors. --- Metadata/Resume.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Metadata/Resume.cs b/Metadata/Resume.cs index 279ec2b2c..a398b12e7 100644 --- a/Metadata/Resume.cs +++ b/Metadata/Resume.cs @@ -56,6 +56,8 @@ namespace Aaru.CommonTypes.Metadata public ulong NextBlock; public bool Removable; public bool Tape; + [XmlArrayItem("Block")] + public List BadSubchannels; [XmlArrayItem("DumpTry")] public List Tries;