mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
On streaming device report do not LOAD as the tape is already in loaded state once inserted in the drive, and some old drives get confused.
This commit is contained in:
@@ -730,7 +730,6 @@ namespace DiscImageChef.Commands
|
||||
|
||||
bool mediaIsRecognized = true;
|
||||
|
||||
dev.Load(out senseBuffer, dev.Timeout, out _);
|
||||
sense = dev.ScsiTestUnitReady(out senseBuffer, dev.Timeout, out _);
|
||||
if(sense)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user