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

@ -13,7 +13,7 @@
<!-- <PublishSingleFile>true</PublishSingleFile> -->
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<Version>3.1.12.249</Version>
<Version>3.1.12.253</Version>
</PropertyGroup>
<ItemGroup>

View file

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