Incl. audible api bug fix. Also add more account privacy in logs

This commit is contained in:
Robert McRackan 2020-12-02 15:16:48 -05:00
parent 2df38706f7
commit 4dc29affc3
2 changed files with 3 additions and 2 deletions

View File

@ -3,6 +3,7 @@ using System.Linq;
using System.Threading.Tasks;
using ApplicationServices;
using DataLayer;
using Dinah.Core;
using Dinah.Core.ErrorHandling;
namespace FileLiberator
@ -51,7 +52,7 @@ namespace FileLiberator
libraryBook.Book.Title,
libraryBook.Book.AudibleProductId,
libraryBook.Book.Locale,
libraryBook.Account
Account = libraryBook.Account?.ToMask() ?? "[empty]"
});
// this should never happen. check anyway. ProcessFirstValidAsync returning null is the signal that we're done. we can't let another IProcessable accidentally send this command

View File

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