From 7472d51df099cc2bdcad4790ac08acf61dc7e5d3 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Wed, 1 May 2019 00:40:19 +0100 Subject: [PATCH] Add tape field to resume file. --- Metadata/Resume.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Metadata/Resume.cs b/Metadata/Resume.cs index c6794d769..356da460d 100644 --- a/Metadata/Resume.cs +++ b/Metadata/Resume.cs @@ -54,6 +54,7 @@ namespace DiscImageChef.CommonTypes.Metadata public bool Removable; public ulong LastBlock; public ulong NextBlock; + public bool Tape; [XmlArrayItem("DumpTry")] public List Tries;