From 8d70d2a95f4c6e10b0c1d97314cede9759bf9b34 Mon Sep 17 00:00:00 2001 From: Michael Bucari-Tovo Date: Tue, 22 Jun 2021 16:53:02 -0600 Subject: [PATCH] Fixed migration logic. --- LibationLauncher/Program.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);