Revert Solution Changes
This commit is contained in:
parent
3f567ee82e
commit
0c55f278a4
3 changed files with 376 additions and 399 deletions
|
|
@ -104,7 +104,7 @@ namespace AaxDecrypter
|
|||
&& DownloadOptions.OutputFormat is OutputFormat.M4b
|
||||
&& DownloadOptions.MoveMoovToBeginning)
|
||||
{
|
||||
aaxConversion.ConversionProgressUpdate += AaxFile_ConversionProgressUpdate;
|
||||
aaxConversion.ConversionProgressUpdate -= AaxFile_ConversionProgressUpdate;
|
||||
aaxConversion = Mp4File.RelocateMoovAsync(OutputFileName);
|
||||
aaxConversion.ConversionProgressUpdate += AaxFile_ConversionProgressUpdate;
|
||||
await aaxConversion;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue