Fixed migration logic.
This commit is contained in:
parent
e13dc2a48a
commit
8d70d2a95f
@ -242,8 +242,8 @@ namespace LibationLauncher
|
|||||||
var identity = account.IdentityTokens;
|
var identity = account.IdentityTokens;
|
||||||
|
|
||||||
if (!string.IsNullOrWhiteSpace(identity.DeviceType) &&
|
if (!string.IsNullOrWhiteSpace(identity.DeviceType) &&
|
||||||
!string.IsNullOrWhiteSpace(identity.DeviceType) &&
|
!string.IsNullOrWhiteSpace(identity.DeviceSerialNumber) &&
|
||||||
!string.IsNullOrWhiteSpace(identity.DeviceType))
|
!string.IsNullOrWhiteSpace(identity.AmazonAccountId))
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
var authorize = new AudibleApi.Authorization.Authorize(identity?.Locale);
|
var authorize = new AudibleApi.Authorization.Authorize(identity?.Locale);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user