From 20f65f653426299463591a6ed548ec441cc07aa8 Mon Sep 17 00:00:00 2001 From: Robert McRackan Date: Wed, 28 Sep 2022 15:49:16 -0400 Subject: [PATCH] Fix description of poorly named AutoDownloadEpisodes --- Source/LibationFileManager/Configuration.PersistentSettings.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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));