diff --git a/LibationLauncher/Program.cs b/LibationLauncher/Program.cs index 42913623..3f2d9fe7 100644 --- a/LibationLauncher/Program.cs +++ b/LibationLauncher/Program.cs @@ -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);