mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Move all MMC dumper messages to events.
This commit is contained in:
@@ -258,7 +258,7 @@ namespace DiscImageChef.Core.Devices.Dumping
|
||||
mediaTags.Add(MediaTagType.DVD_PFI, tmpBuf);
|
||||
|
||||
PFI.PhysicalFormatInformation decPfi = PFI.Decode(cmdBuf).Value;
|
||||
DicConsole.WriteLine("PFI:\n{0}", PFI.Prettify(decPfi));
|
||||
UpdateStatus?.Invoke($"PFI:\n{PFI.Prettify(decPfi)}");
|
||||
|
||||
// False book types
|
||||
if(dskType == MediaType.DVDROM)
|
||||
|
||||
Reference in New Issue
Block a user