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
|
|
@ -10,7 +10,7 @@ namespace LibationWinForms
|
|||
private void Configure_Liberate() { }
|
||||
|
||||
//GetLibrary_Flat_NoTracking() may take a long time on a hugh library. so run in new thread
|
||||
private async void beginBookBackupsToolStripMenuItem_Click(object sender, EventArgs e)
|
||||
private async void beginBookBackupsToolStripMenuItem_Click(object _ = null, EventArgs __ = null)
|
||||
{
|
||||
SetQueueCollapseState(false);
|
||||
await Task.Run(() => processBookQueue1.AddDownloadDecrypt(ApplicationServices.DbContexts.GetLibrary_Flat_NoTracking()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue