4.0 prep:

move IdentityTokens data to new AccountsSettings.json file
This commit is contained in:
Robert McRackan 2020-08-06 14:01:12 -04:00
parent 2f241806fa
commit 2e4a97fde7
5 changed files with 5 additions and 5 deletions

View file

@ -41,7 +41,7 @@ namespace FileLiberator
private async Task<string> downloadBookAsync(LibraryBook libraryBook, string tempAaxFilename)
{
var api = await AudibleApi.EzApiCreator.GetApiAsync(AudibleApiStorage.IdentityTokensFile, null, Configuration.Instance.LocaleCountryCode);
var api = await AudibleApi.EzApiCreator.GetApiAsync(AudibleApiStorage.AccountsSettingsFile, null, Configuration.Instance.LocaleCountryCode);
var actualFilePath = await PerformDownloadAsync(
tempAaxFilename,