diff --git a/Source/LibationFileManager/Configuration.PersistentSettings.cs b/Source/LibationFileManager/Configuration.PersistentSettings.cs index a0193e83..fe931968 100644 --- a/Source/LibationFileManager/Configuration.PersistentSettings.cs +++ b/Source/LibationFileManager/Configuration.PersistentSettings.cs @@ -259,7 +259,8 @@ namespace LibationFileManager } } - [Description("Auto download episodes? After scan, download new books in 'checked' accounts.")] + [Description("Auto download books? After scan, download new books in 'checked' accounts.")] + // poorly named setting. Should just be 'AutoDownload'. It is NOT episode specific public bool AutoDownloadEpisodes { get => persistentDictionary.GetNonString(nameof(AutoDownloadEpisodes));