Rename for clarity: AccountsSettings <=> Accounts
This commit is contained in:
parent
743644c4e9
commit
6900a68b9d
11 changed files with 265 additions and 277 deletions
|
|
@ -59,7 +59,7 @@ namespace FileLiberator
|
|||
var proposedOutputFile = Path.Combine(AudibleFileStorage.DecryptInProgress, $"[{libraryBook.Book.AudibleProductId}].m4b");
|
||||
|
||||
var account = AudibleApiStorage
|
||||
.GetAccounts()
|
||||
.GetAccountsSettings()
|
||||
.GetAccount(libraryBook.Account, libraryBook.Book.Locale);
|
||||
|
||||
var outputAudioFilename = await aaxToM4bConverterDecrypt(proposedOutputFile, aaxFilename, account);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue