JLChen
2020-11-16 64b5d3b0eab77341795cc7d6634ffa7cf60848e2
Crabtree/SmartHome/UI/SimpleControl/Phone/Music/A31DeviceArgument.cs
@@ -821,7 +821,7 @@
                var webClient = new Shared.Net.MyWebClient (2000);
                return webClient.DownloadString (url);
            } catch (Exception e) {
                System.Console.WriteLine (e.Message);
                Utlis.WriteLine (e.Message);
                return null;
            }
        }