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:
2019-04-30 19:06:55 +01:00
parent 6778c51601
commit ff2153b949

View File

@@ -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)
{