From e13dc2a48a8bb715f4c1eacc756431a21d22a671 Mon Sep 17 00:00:00 2001 From: Michael Bucari-Tovo Date: Tue, 22 Jun 2021 16:48:43 -0600 Subject: [PATCH] Fixed migration logic. --- LibationLauncher/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LibationLauncher/Program.cs b/LibationLauncher/Program.cs index 61935d9a..42913623 100644 --- a/LibationLauncher/Program.cs +++ b/LibationLauncher/Program.cs @@ -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);