Add tape field to resume file.

This commit is contained in:
2019-05-01 00:40:19 +01:00
parent 7e602826c4
commit 037f2d7ef3
2 changed files with 10 additions and 3 deletions

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;