Add tape field to resume file.

This commit is contained in:
2019-05-01 00:40:19 +01:00
parent 24e3b33e66
commit 7472d51df0

View File

@@ -54,6 +54,7 @@ namespace DiscImageChef.CommonTypes.Metadata
public bool Removable;
public ulong LastBlock;
public ulong NextBlock;
public bool Tape;
[XmlArrayItem("DumpTry")]
public List<DumpHardwareType> Tries;