Fix description of poorly named AutoDownloadEpisodes
This commit is contained in:
parent
8ca72b2e2d
commit
20f65f6534
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
public bool AutoDownloadEpisodes
|
||||||
{
|
{
|
||||||
get => persistentDictionary.GetNonString<bool>(nameof(AutoDownloadEpisodes));
|
get => persistentDictionary.GetNonString<bool>(nameof(AutoDownloadEpisodes));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue