diff --git a/FileLiberator/AaxcDownloadDecrypt/AaxcDownloadConverter.cs b/FileLiberator/AaxcDownloadDecrypt/AaxcDownloadConverter.cs index cc2c7db0..5d54c532 100644 --- a/FileLiberator/AaxcDownloadDecrypt/AaxcDownloadConverter.cs +++ b/FileLiberator/AaxcDownloadDecrypt/AaxcDownloadConverter.cs @@ -156,6 +156,7 @@ namespace FileLiberator.AaxcDownloadDecrypt .GetAwaiter() .GetResult(); + DecryptProgressUpdate?.Invoke(this, 0); return aaxcProcesser.Succeeded; }