mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Implement "dump-media" command in GUI.
This commit is contained in:
@@ -282,7 +282,7 @@ namespace DiscImageChef.Gui.Forms
|
||||
Values = new[]
|
||||
{
|
||||
scsiInfo.MediaType, deviceItem.Values[1],
|
||||
new pnlScsiInfo(scsiInfo)
|
||||
new pnlScsiInfo(scsiInfo, (string)deviceItem.Values[1])
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user