Update Program.cs

This commit is contained in:
nilaoda 2022-08-16 14:04:20 +08:00
parent 893331ed02
commit 764a87cb6d
1 changed files with 0 additions and 1 deletions

View File

@ -30,7 +30,6 @@ namespace N_m3u8DL_RE
var list = new List<string>(args);
if ((index = list.IndexOf("--ui-language")) != -1 && list.Count > index + 1 && new List<string> { "en-US", "zh-CN", "zh-TW" }.Contains(list[index + 1]))
{
Console.WriteLine(111);
loc = list[index + 1];
}