Fix description of poorly named AutoDownloadEpisodes
This commit is contained in:
parent
8ca72b2e2d
commit
20f65f6534
@ -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…
x
Reference in New Issue
Block a user