New feature #241 : Auto download episodes after scanning. Setting is on Import Library tab
This commit is contained in:
parent
99527453a7
commit
f7a482659c
11 changed files with 1101 additions and 1054 deletions
|
|
@ -268,6 +268,13 @@ namespace LibationFileManager
|
|||
}
|
||||
}
|
||||
|
||||
[Description("Auto download episodes? Efter scan, download new books in 'checked' accounts.")]
|
||||
public bool AutoDownloadEpisodes
|
||||
{
|
||||
get => persistentDictionary.GetNonString<bool>(nameof(AutoDownloadEpisodes));
|
||||
set => persistentDictionary.SetNonString(nameof(AutoDownloadEpisodes), value);
|
||||
}
|
||||
|
||||
#region templates: custom file naming
|
||||
|
||||
[Description("How to format the folders in which files will be saved")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue