From 220cda42e7780cd62029d82829f938b7de7af986 Mon Sep 17 00:00:00 2001 From: Robert McRackan Date: Fri, 31 Jul 2020 14:03:49 -0400 Subject: [PATCH] Downloader internationalization bug --- FileLiberator/UNTESTED/DownloadBook.cs | 2 +- LibationLauncher/LibationLauncher.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/FileLiberator/UNTESTED/DownloadBook.cs b/FileLiberator/UNTESTED/DownloadBook.cs index 4737ea91..63d77c4c 100644 --- a/FileLiberator/UNTESTED/DownloadBook.cs +++ b/FileLiberator/UNTESTED/DownloadBook.cs @@ -41,7 +41,7 @@ namespace FileLiberator private async Task downloadBookAsync(LibraryBook libraryBook, string tempAaxFilename) { - var api = await AudibleApi.EzApiCreator.GetApiAsync(AudibleApiStorage.IdentityTokensFile); + var api = await AudibleApi.EzApiCreator.GetApiAsync(AudibleApiStorage.IdentityTokensFile, null, Configuration.Instance.LocaleCountryCode); var actualFilePath = await PerformDownloadAsync( tempAaxFilename, diff --git a/LibationLauncher/LibationLauncher.csproj b/LibationLauncher/LibationLauncher.csproj index 21873b09..111fd6f3 100644 --- a/LibationLauncher/LibationLauncher.csproj +++ b/LibationLauncher/LibationLauncher.csproj @@ -13,7 +13,7 @@ win-x64 - 3.1.11.1 + 3.1.11.10