Fixed migration logic.

This commit is contained in:
Michael Bucari-Tovo 2021-06-22 16:48:43 -06:00
parent bb3baa6ce0
commit e13dc2a48a

View File

@ -244,7 +244,7 @@ namespace LibationLauncher
if (!string.IsNullOrWhiteSpace(identity.DeviceType) && if (!string.IsNullOrWhiteSpace(identity.DeviceType) &&
!string.IsNullOrWhiteSpace(identity.DeviceType) && !string.IsNullOrWhiteSpace(identity.DeviceType) &&
!string.IsNullOrWhiteSpace(identity.DeviceType)) !string.IsNullOrWhiteSpace(identity.DeviceType))
break; continue;
var authorize = new AudibleApi.Authorization.Authorize(identity?.Locale); var authorize = new AudibleApi.Authorization.Authorize(identity?.Locale);