From 4dc29affc325cbfda4554feb8b555ae72c6b98f4 Mon Sep 17 00:00:00 2001 From: Robert McRackan Date: Wed, 2 Dec 2020 15:16:48 -0500 Subject: [PATCH] Incl. audible api bug fix. Also add more account privacy in logs --- FileLiberator/UNTESTED/IProcessableExt.cs | 3 ++- LibationLauncher/LibationLauncher.csproj | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/FileLiberator/UNTESTED/IProcessableExt.cs b/FileLiberator/UNTESTED/IProcessableExt.cs index f782d1b2..75887d9e 100644 --- a/FileLiberator/UNTESTED/IProcessableExt.cs +++ b/FileLiberator/UNTESTED/IProcessableExt.cs @@ -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 diff --git a/LibationLauncher/LibationLauncher.csproj b/LibationLauncher/LibationLauncher.csproj index 49919ddf..d6d791c7 100644 --- a/LibationLauncher/LibationLauncher.csproj +++ b/LibationLauncher/LibationLauncher.csproj @@ -13,7 +13,7 @@ win-x64 - 4.0.14.6 + 4.0.15.1