4.0 prep:
move IdentityTokens data to new AccountsSettings.json file
This commit is contained in:
parent
2f241806fa
commit
2e4a97fde7
5 changed files with 5 additions and 5 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue