Rename for clarity: AccountsSettings <=> Accounts

This commit is contained in:
Robert McRackan 2020-08-24 22:57:08 -04:00
parent 743644c4e9
commit 6900a68b9d
11 changed files with 265 additions and 277 deletions

View file

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