Set default for --fix-offset in dump-media command to true.

This commit is contained in:
2019-12-31 01:06:24 +00:00
parent 2884a14ac6
commit d1e78b69f9

View File

@@ -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;