mirror of
https://github.com/nilaoda/N_m3u8DL-RE.git
synced 2025-01-24 11:52:19 +00:00
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
Block a user