Make AccountsSettings and Persister more clear

This commit is contained in:
Robert McRackan 2020-08-25 10:34:55 -04:00
parent 84a847a838
commit 4b31207f91
9 changed files with 175 additions and 114 deletions

View file

@ -162,7 +162,7 @@ namespace LibationLauncher
};
// saves to new file
AudibleApiStorage.GetAccountsSettings().Add(account);
AudibleApiStorage.GetPersistentAccountsSettings().Add(account);
return account;
}