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
|
|
@ -28,7 +28,7 @@ namespace InternalUtilities
|
|||
|
||||
private async Task<List<Item>> getItemsAsync(ILoginCallback callback)
|
||||
{
|
||||
var api = await EzApiCreator.GetApiAsync(AudibleApiStorage.IdentityTokensFile, callback, Configuration.Instance.LocaleCountryCode);
|
||||
var api = await EzApiCreator.GetApiAsync(AudibleApiStorage.AccountsSettingsFile, callback, Configuration.Instance.LocaleCountryCode);
|
||||
var items = await AudibleApiExtensions.GetAllLibraryItemsAsync(api);
|
||||
|
||||
// remove episode parents
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue