Fix description of poorly named AutoDownloadEpisodes

This commit is contained in:
Robert McRackan 2022-09-28 15:49:16 -04:00
parent 8ca72b2e2d
commit 20f65f6534

View File

@ -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<bool>(nameof(AutoDownloadEpisodes));