DecryptKey: static => account instance

This commit is contained in:
Robert McRackan 2020-08-21 22:01:23 -04:00
parent 3af010c1f5
commit be84fb317e
8 changed files with 20 additions and 97 deletions

View file

@ -43,13 +43,6 @@ namespace FileManager
public string SettingsFilePath => Path.Combine(LibationFiles, "Settings.json");
[Description("Your user-specific key used to decrypt your audible files (*.aax) into audio files you can use anywhere (*.m4b). Leave alone in most cases")]
public string DecryptKey
{
get => persistentDictionary.GetString(nameof(DecryptKey));
set => persistentDictionary.Set(nameof(DecryptKey), value);
}
[Description("Location for book storage. Includes destination of newly liberated books")]
public string Books
{