Pass account info to login dialogs
This commit is contained in:
parent
a12391f0ab
commit
d24c10ddf5
5 changed files with 18 additions and 8 deletions
|
|
@ -31,7 +31,7 @@ namespace LibationWinForms.Dialogs
|
|||
|
||||
try
|
||||
{
|
||||
(TotalBooksProcessed, NewBooksAdded) = await LibraryCommands.ImportAccountAsync(new WinformResponder(), _accounts);
|
||||
(TotalBooksProcessed, NewBooksAdded) = await LibraryCommands.ImportAccountAsync((account) => new WinformResponder(account), _accounts);
|
||||
}
|
||||
catch
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue