浏览代码

Do not dispose the ffmpeg process

Shadowghost 1 年之前
父节点
当前提交
36f298e417
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      MediaBrowser.MediaEncoding/Transcoding/TranscodeManager.cs

+ 1 - 1
MediaBrowser.MediaEncoding/Transcoding/TranscodeManager.cs

@@ -437,7 +437,7 @@ public sealed class TranscodeManager : ITranscodeManager, IDisposable
             }
         }
 
-        using var process = new Process
+        var process = new Process
         {
             StartInfo = new ProcessStartInfo
             {