Skip to content

Commit

Permalink
Add dryRun to WriteMkvFile
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMoolenaar committed Mar 5, 2024
1 parent 7f5d8f8 commit 6a557e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MkvReadCrawler/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ static void Main(string[] args)
try
{
var lsFiles = MatroskaReader.ReadMkvFiles([mkvFile]);
MatroskaWriter.WriteMkvFile(lsFiles[0], dryRun:true);
MatroskaWriter.WriteMkvFile(lsFiles[0], true);
stringBuilder.AppendLine("Track count:" + lsFiles[0].tracks.Count);
}
catch (Exception e)
Expand Down

0 comments on commit 6a557e1

Please sign in to comment.