Fix (#548)
This commit is contained in:
parent
fc6f494f0d
commit
397a516dc1
11 changed files with 60 additions and 10 deletions
|
|
@ -32,6 +32,10 @@ namespace LibationAvalonia.Views
|
|||
{
|
||||
await LibraryCommands.ImportAccountAsync(Dialogs.Login.AvaloniaLoginChoiceEager.ApiExtendedFunc, accounts);
|
||||
}
|
||||
catch (OperationCanceledException)
|
||||
{
|
||||
Serilog.Log.Information("Audible login attempt cancelled by user");
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
Serilog.Log.Logger.Error(ex, "Error invoking auto-scan");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue