mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Enable resuming tapes.
This commit is contained in:
@@ -369,7 +369,8 @@ namespace DiscImageChef.Gui.Forms
|
||||
return;
|
||||
}
|
||||
|
||||
if(resume == null || resume.NextBlock <= resume.LastBlock || resume.BadBlocks.Count != 0) return;
|
||||
if(resume == null || resume.NextBlock <= resume.LastBlock ||
|
||||
resume.BadBlocks.Count != 0 && !resume.Tape) return;
|
||||
|
||||
MessageBox.Show("Media already dumped correctly, please choose another destination...",
|
||||
MessageBoxType.Warning);
|
||||
|
||||
Reference in New Issue
Block a user