Fixed migration logic.

This commit is contained in:
Michael Bucari-Tovo 2021-06-22 16:53:02 -06:00
parent e13dc2a48a
commit 8d70d2a95f

View File

@ -242,8 +242,8 @@ namespace LibationLauncher
var identity = account.IdentityTokens;
if (!string.IsNullOrWhiteSpace(identity.DeviceType) &&
!string.IsNullOrWhiteSpace(identity.DeviceType) &&
!string.IsNullOrWhiteSpace(identity.DeviceType))
!string.IsNullOrWhiteSpace(identity.DeviceSerialNumber) &&
!string.IsNullOrWhiteSpace(identity.AmazonAccountId))
continue;
var authorize = new AudibleApi.Authorization.Authorize(identity?.Locale);