From 1a48dbe560eba656dca9a6610039550508db76ee Mon Sep 17 00:00:00 2001 From: Michael Bucari-Tovo Date: Sun, 18 Jul 2021 17:28:37 -0600 Subject: [PATCH] Fixed log. --- AaxDecrypter/AaxcDownloadConverter.cs | 2 +- LibationLauncher/LibationLauncher.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/AaxDecrypter/AaxcDownloadConverter.cs b/AaxDecrypter/AaxcDownloadConverter.cs index c97db219..9d762b26 100644 --- a/AaxDecrypter/AaxcDownloadConverter.cs +++ b/AaxDecrypter/AaxcDownloadConverter.cs @@ -53,7 +53,7 @@ namespace AaxDecrypter steps = new StepSequence { - Name = "Download and Convert Aaxc To M4b", + Name = "Download and Convert Aaxc To " + (outputFormat == OutputFormat.Mp4a ? "M4b" : "Mp3"), ["Step 1: Get Aaxc Metadata"] = Step1_GetMetadata, ["Step 2: Download Decrypted Audiobook"] = Step2_DownloadAndCombine, diff --git a/LibationLauncher/LibationLauncher.csproj b/LibationLauncher/LibationLauncher.csproj index 14719d5d..d935789b 100644 --- a/LibationLauncher/LibationLauncher.csproj +++ b/LibationLauncher/LibationLauncher.csproj @@ -13,7 +13,7 @@ win-x64 - 5.1.10.23 + 5.1.10.24