Fixed migration logic.
This commit is contained in:
parent
bb3baa6ce0
commit
e13dc2a48a
1 changed files with 1 additions and 1 deletions
|
|
@ -244,7 +244,7 @@ namespace LibationLauncher
|
|||
if (!string.IsNullOrWhiteSpace(identity.DeviceType) &&
|
||||
!string.IsNullOrWhiteSpace(identity.DeviceType) &&
|
||||
!string.IsNullOrWhiteSpace(identity.DeviceType))
|
||||
break;
|
||||
continue;
|
||||
|
||||
var authorize = new AudibleApi.Authorization.Authorize(identity?.Locale);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue