From f1b4e2a17d32da985ff55a01c20f0b0fb0c82ae7 Mon Sep 17 00:00:00 2001 From: Michael Bucari-Tovo Date: Mon, 23 Jan 2023 17:39:08 -0700 Subject: [PATCH] Upgrade AAXClean.Codecs to 0.5.11 --- Source/AaxDecrypter/AaxDecrypter.csproj | 2 +- Source/AaxDecrypter/AaxcDownloadSingleConverter.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/AaxDecrypter/AaxDecrypter.csproj b/Source/AaxDecrypter/AaxDecrypter.csproj index 83492352..5498c67f 100644 --- a/Source/AaxDecrypter/AaxDecrypter.csproj +++ b/Source/AaxDecrypter/AaxDecrypter.csproj @@ -13,7 +13,7 @@ - + diff --git a/Source/AaxDecrypter/AaxcDownloadSingleConverter.cs b/Source/AaxDecrypter/AaxcDownloadSingleConverter.cs index e41389a6..1baf9a9a 100644 --- a/Source/AaxDecrypter/AaxcDownloadSingleConverter.cs +++ b/Source/AaxDecrypter/AaxcDownloadSingleConverter.cs @@ -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); }