Fixed log.

This commit is contained in:
Michael Bucari-Tovo 2021-07-18 17:28:37 -06:00
parent 7df8c7427c
commit 1a48dbe560
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ namespace AaxDecrypter
steps = new StepSequence 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 1: Get Aaxc Metadata"] = Step1_GetMetadata,
["Step 2: Download Decrypted Audiobook"] = Step2_DownloadAndCombine, ["Step 2: Download Decrypted Audiobook"] = Step2_DownloadAndCombine,

View File

@ -13,7 +13,7 @@
<!-- <PublishSingleFile>true</PublishSingleFile> --> <!-- <PublishSingleFile>true</PublishSingleFile> -->
<RuntimeIdentifier>win-x64</RuntimeIdentifier> <RuntimeIdentifier>win-x64</RuntimeIdentifier>
<Version>5.1.10.23</Version> <Version>5.1.10.24</Version>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>