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);