From 0a106e64d854ad6d34bbdf6e5107c366beb97a11 Mon Sep 17 00:00:00 2001 From: Robert McRackan Date: Mon, 16 May 2022 08:20:40 -0400 Subject: [PATCH] liberate visible to use new process queue --- Source/LibationWinForms/Form1.VisibleBooks.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/LibationWinForms/Form1.VisibleBooks.cs b/Source/LibationWinForms/Form1.VisibleBooks.cs index 848f6c09..3f7a9a43 100644 --- a/Source/LibationWinForms/Form1.VisibleBooks.cs +++ b/Source/LibationWinForms/Form1.VisibleBooks.cs @@ -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) {