mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Merge pull request #520 from aaru-dps/fakeshemp/fix-close-file
Fix closing file if decryption is disabled
This commit is contained in:
@@ -734,7 +734,7 @@ namespace Aaru.Core.Devices.Dumping
|
||||
_retryPasses > 0)
|
||||
RetrySbcData(scsiReader, currentTry, extents, ref totalDuration, blankExtents);
|
||||
|
||||
if(_resume.MissingTitleKeys.Count > 0 &&
|
||||
if(_resume.MissingTitleKeys?.Count > 0 &&
|
||||
!_aborted &&
|
||||
_retryPasses > 0 &&
|
||||
Settings.Settings.Current.EnableDecryption &&
|
||||
@@ -1209,4 +1209,4 @@ namespace Aaru.Core.Devices.Dumping
|
||||
Statistics.AddMedia(dskType, true);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user