From 74959e3d7db4fc2a27f345cd68a7bdb20f6c07b8 Mon Sep 17 00:00:00 2001 From: nilaoda Date: Sat, 10 Dec 2022 04:17:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B1=8F=E8=94=BD=E8=A7=A3=E5=AF=86=E8=BE=93?= =?UTF-8?q?=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/N_m3u8DL-RE/Util/MP4DecryptUtil.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/N_m3u8DL-RE/Util/MP4DecryptUtil.cs b/src/N_m3u8DL-RE/Util/MP4DecryptUtil.cs index 5780bcf..cab5038 100644 --- a/src/N_m3u8DL-RE/Util/MP4DecryptUtil.cs +++ b/src/N_m3u8DL-RE/Util/MP4DecryptUtil.cs @@ -69,8 +69,8 @@ namespace N_m3u8DL_RE.Util { FileName = name, Arguments = arg, - //RedirectStandardOutput = true, - //RedirectStandardError = true, + RedirectStandardOutput = true, + RedirectStandardError = true, CreateNoWindow = true, UseShellExecute = false })!.WaitForExitAsync();