diff --git a/client/Main.xaml.cs b/client/Main.xaml.cs index 229dfd86..f029e051 100644 --- a/client/Main.xaml.cs +++ b/client/Main.xaml.cs @@ -313,6 +313,8 @@ private void butt_Click_1(object sender, RoutedEventArgs e) tsoUrl.Set("s", "http://127.0.0.1:9000/https://ubistatic-a.akamaihd.net/0018/live"); if (!string.IsNullOrEmpty(lang)) tsoUrl.Set("lang", lang); + if (cmd["window"] != null) + tsoUrl.Set("window", cmd["window"]); string tsoArg = string.Format("tso://{0}&baseUri={1}", tsoUrl.ToString().Replace("bb=https", "bb=http").Replace(":443", ""), Servers._servers[_region].domain); XmlDocument Doc = new XmlDocument(); XmlNamespaceManager ns = new XmlNamespaceManager(Doc.NameTable); diff --git a/client/files/content.zip b/client/files/content.zip index fa81ca6c..bee6d65d 100644 Binary files a/client/files/content.zip and b/client/files/content.zip differ