Upgrade AAXClean.Codecs to 0.5.11

This commit is contained in:
Michael Bucari-Tovo 2023-01-23 17:39:08 -07:00
parent 7029409792
commit f1b4e2a17d
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AAXClean.Codecs" Version="0.5.10" />
<PackageReference Include="AAXClean.Codecs" Version="0.5.11" />
</ItemGroup>
<ItemGroup>

View File

@ -117,7 +117,7 @@ namespace AaxDecrypter
outputFile.Close();
if (aaxConversion is not null)
aaxConversion.ConversionProgressUpdate += AaxFile_ConversionProgressUpdate;
aaxConversion.ConversionProgressUpdate -= AaxFile_ConversionProgressUpdate;
Step_DownloadAudiobook_End(zeroProgress);
}