4.0 prep:
move IdentityTokens data to new AccountsSettings.json file
This commit is contained in:
parent
2f241806fa
commit
2e4a97fde7
5 changed files with 5 additions and 5 deletions
|
|
@ -91,7 +91,7 @@ namespace LibationWinForms.Dialogs
|
|||
// - clear/delete identity tokens file
|
||||
config.LocaleCountryCode = newLocale;
|
||||
config.DecryptKey = "";
|
||||
File.Delete(AudibleApiStorage.IdentityTokensFile);
|
||||
File.Delete(AudibleApiStorage.AccountsSettingsFile);
|
||||
}
|
||||
|
||||
config.DownloadsInProgressEnum = downloadsInProgressLibationFilesRb.Checked ? "LibationFiles" : "WinTemp";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue