Update Program.cs
This commit is contained in:
parent
893331ed02
commit
764a87cb6d
|
@ -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];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue