JLChen
2020-07-17 b7591dba0127890e24eb1ae41e150a0ad8ee1a51
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;
            }
        }