mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Implement IMediaGraph in Spiral.
This commit is contained in:
@@ -91,7 +91,7 @@ partial class Dump
|
||||
_resume.BadBlocks.Remove(badSector);
|
||||
extents.Add(badSector);
|
||||
outputFormat.WriteSector(buffer, badSector);
|
||||
_opticalDiscSpiral?.PaintSectorGood(badSector);
|
||||
_mediaGraph?.PaintSectorGood(badSector);
|
||||
}
|
||||
|
||||
if(newBlank)
|
||||
|
||||
Reference in New Issue
Block a user