liberate visible to use new process queue

This commit is contained in:
Robert McRackan 2022-05-16 08:20:40 -04:00
parent 3a5ef999f0
commit 0a106e64d8

View File

@ -63,7 +63,7 @@ namespace LibationWinForms
}
private async void liberateVisible(object sender, EventArgs e)
=> await BookLiberation.ProcessorAutomationController.BackupAllBooksAsync(productsGrid.GetVisible());
=> await Task.Run(() => processBookQueue1.AddDownloadDecrypt(productsGrid.GetVisible()));
private void replaceTagsToolStripMenuItem_Click(object sender, EventArgs e)
{