Fixed migration logic.
This commit is contained in:
parent
bb3baa6ce0
commit
e13dc2a48a
@ -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);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user