diff --git a/LibationWinForms/BookLiberation/ProcessorAutomationController.cs b/LibationWinForms/BookLiberation/ProcessorAutomationController.cs index 53029435..6efc3550 100644 --- a/LibationWinForms/BookLiberation/ProcessorAutomationController.cs +++ b/LibationWinForms/BookLiberation/ProcessorAutomationController.cs @@ -293,6 +293,7 @@ namespace LibationWinForms.BookLiberation decryptBook.NarratorsDiscovered -= narratorsDiscovered; decryptBook.CoverImageFilepathDiscovered -= coverImageFilepathDiscovered; decryptBook.UpdateProgress -= updateProgress; + decryptBook.UpdateRemainingTime -= updateRemainingTime; decryptBook.DecryptCompleted -= decryptCompleted; decryptBook.Cancel();