From af4101b1d8461331bc3163b738fc75d4bf67c85c Mon Sep 17 00:00:00 2001
From: 陈嘉乐 <cjl@hdlchina.com.cn>
Date: 星期二, 28 七月 2020 17:47:44 +0800
Subject: [PATCH] 2020-07-28-1

---
 Shared.IOS/MusicInfo.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Shared.IOS/MusicInfo.cs b/Shared.IOS/MusicInfo.cs
index 717cd2d..0f64945 100755
--- a/Shared.IOS/MusicInfo.cs
+++ b/Shared.IOS/MusicInfo.cs
@@ -129,11 +129,11 @@
                 {
                     if (exportSession.Status == AVAssetExportSessionStatus.Completed)
                     {
-                        System.Console.WriteLine("闊充箰鏂囦欢澶嶅埗瀹屾垚");
+                        Shared.HDLUtils.WriteLine("闊充箰鏂囦欢澶嶅埗瀹屾垚");
                     }
                     else
                     {
-                        System.Console.WriteLine("闊充箰鏂囦欢澶嶅埗澶辫触");
+                        Shared.HDLUtils.WriteLine("闊充箰鏂囦欢澶嶅埗澶辫触");
                     }
                 });//248838
             }

--
Gitblit v1.8.0