Don't reset language when no tokens file

This commit is contained in:
JappaWakka 2023-08-09 14:54:49 +02:00
parent d7b08ca349
commit 3ff8161a7b
1 changed files with 0 additions and 1 deletions

View File

@ -46,7 +46,6 @@
If System.IO.Directory.GetFiles(fullpath).Count > 0 Then
If System.IO.File.Exists(tokenFullpath) = False Then
Logger.Debug("Did NOT find token file for suffix: " & LanguageSuffix)
LanguageSuffix = "en"
End If
If System.IO.File.Exists(tokenFullpath) = True Then