From 76852200d69408225d62344c0fd1cd60b3e26d21 Mon Sep 17 00:00:00 2001 From: Nikolaj Olsson Date: Sat, 17 Aug 2024 14:17:13 +0200 Subject: [PATCH] Update nuget --- src/libse/LibSE.csproj | 4 ++-- src/ui/Forms/Translate/AutoTranslate.cs | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/libse/LibSE.csproj b/src/libse/LibSE.csproj index 8e9ec6559..2133d96b2 100644 --- a/src/libse/LibSE.csproj +++ b/src/libse/LibSE.csproj @@ -51,10 +51,10 @@ - + - + diff --git a/src/ui/Forms/Translate/AutoTranslate.cs b/src/ui/Forms/Translate/AutoTranslate.cs index fd75f34b3..54bf13302 100644 --- a/src/ui/Forms/Translate/AutoTranslate.cs +++ b/src/ui/Forms/Translate/AutoTranslate.cs @@ -14,7 +14,6 @@ using System.Text; using System.Threading; using System.Threading.Tasks; using System.Windows.Forms; -using Vosk; using MessageBox = Nikse.SubtitleEdit.Forms.SeMsgBox.MessageBox; using Timer = System.Windows.Forms.Timer; @@ -988,7 +987,7 @@ namespace Nikse.SubtitleEdit.Forms.Translate nikseTextBoxApiKey.Focus(); } - int count = 0; + var count = 0; while (count < 10 && exception.InnerException != null) { exception = exception.InnerException;