mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Make media scanning non-static.
This commit is contained in:
@@ -45,9 +45,9 @@ namespace DiscImageChef.Core.Devices.Scanning
|
||||
/// <summary>
|
||||
/// Implements scanning the media from an SCSI device
|
||||
/// </summary>
|
||||
public static class Scsi
|
||||
public partial class MediaScan
|
||||
{
|
||||
public static ScanResults Scan(string mhddLogPath, string ibgLogPath, string devicePath, Device dev)
|
||||
public ScanResults Scsi()
|
||||
{
|
||||
ScanResults results = new ScanResults();
|
||||
bool aborted;
|
||||
|
||||
Reference in New Issue
Block a user