Libation 4.0 prep. EzApiCreator: remove locale option, add JsonPath support, libation wrapper to pass in jsonpath
This commit is contained in:
parent
2e4a97fde7
commit
efa5cefa23
5 changed files with 28 additions and 17 deletions
|
|
@ -13,8 +13,7 @@ namespace ApplicationServices
|
|||
{
|
||||
try
|
||||
{
|
||||
var audibleApiActions = new AudibleApiActions();
|
||||
var items = await audibleApiActions.GetAllLibraryItemsAsync(callback);
|
||||
var items = await AudibleApiActions.GetAllLibraryItemsAsync(callback);
|
||||
var totalCount = items.Count;
|
||||
Serilog.Log.Logger.Information($"GetAllLibraryItems: Total count {totalCount}");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue