From 291736ecdb558175ffa2ab435d59a6dfa0263a2a Mon Sep 17 00:00:00 2001 From: niksedk Date: Sat, 18 Nov 2023 09:43:20 +0100 Subject: [PATCH] Minor error handling fix --- src/ui/Forms/BatchConvert.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ui/Forms/BatchConvert.cs b/src/ui/Forms/BatchConvert.cs index f67d0e7d6..73a8396e4 100644 --- a/src/ui/Forms/BatchConvert.cs +++ b/src/ui/Forms/BatchConvert.cs @@ -1883,6 +1883,7 @@ namespace Nikse.SubtitleEdit.Forms { SeLogger.Error(exception, "Batch translate failed"); item.SubItems[3].Text = "Translate failed"; + _errors++; } }