Start laying the ground work to transition from background file scan => saved liberated-status state
This commit is contained in:
parent
10ff95161b
commit
5c6bf300c6
10 changed files with 487 additions and 19 deletions
|
|
@ -21,8 +21,8 @@ namespace ApplicationServices
|
|||
e.UpdateTags(book.AudibleProductId, book.UserDefinedItem.Tags)
|
||||
);
|
||||
|
||||
public static void UpdateIsLiberated(Book book) => performSearchEngineAction_safe(e =>
|
||||
e.UpdateIsLiberated(book.AudibleProductId)
|
||||
public static void UpdateLiberatedStatus(Book book) => performSearchEngineAction_safe(e =>
|
||||
e.UpdateLiberatedStatus(book)
|
||||
);
|
||||
|
||||
private static void performSearchEngineAction_safe(Action<SearchEngine> action)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue