mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Set default for --fix-offset in dump-media command to true.
This commit is contained in:
@@ -60,7 +60,7 @@ namespace DiscImageChef.Commands
|
||||
bool _doResume = true;
|
||||
string _encodingName;
|
||||
bool _firstTrackPregap;
|
||||
bool _fixOffset;
|
||||
bool _fixOffset = true;
|
||||
bool _force;
|
||||
bool _noMetadata;
|
||||
bool _noTrim;
|
||||
|
||||
Reference in New Issue
Block a user