wxr
2020-06-16 f6fd8acd7c53c44187e70b4709443318a628f4b5
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
            }