From e51c30462f481beef8cd2bff52580fd82f10f499 Mon Sep 17 00:00:00 2001 From: Michael Bucari-Tovo Date: Mon, 16 May 2022 13:16:11 -0600 Subject: [PATCH] Revert "Use new ProcessQueue" This reverts commit 9b5df99a618b512517ea2ac90f3f0a033318ec3f. --- Source/LibationWinForms/Form1.VisibleBooks.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/LibationWinForms/Form1.VisibleBooks.cs b/Source/LibationWinForms/Form1.VisibleBooks.cs index c0d763c1..848f6c09 100644 --- a/Source/LibationWinForms/Form1.VisibleBooks.cs +++ b/Source/LibationWinForms/Form1.VisibleBooks.cs @@ -63,7 +63,8 @@ namespace LibationWinForms } private async void liberateVisible(object sender, EventArgs e) - => await Task.Run(() => processBookQueue1.AddDownloadDecrypt(productsGrid.GetVisible())); + => await BookLiberation.ProcessorAutomationController.BackupAllBooksAsync(productsGrid.GetVisible()); + private void replaceTagsToolStripMenuItem_Click(object sender, EventArgs e) { var dialog = new TagsBatchDialog();