Disable EDC check on CDs, it's currently not working.

This commit is contained in:
2017-09-17 23:02:15 +01:00
parent c2c47c3eee
commit e990174711
2 changed files with 7 additions and 3 deletions

View File

@@ -157,6 +157,7 @@ namespace DiscImageChef.Commands
else
checkStatus = null;
// TODO: Refactor
foreach(ulong failLBA in tempFailingLBAs)
FailingLBAs.Add(failLBA);