mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-05-24 02:02:29 -04:00
Do not dispose the ffmpeg process
This commit is contained in:
parent
321e9fb0b5
commit
36f298e417
@ -437,7 +437,7 @@ public sealed class TranscodeManager : ITranscodeManager, IDisposable
|
||||
}
|
||||
}
|
||||
|
||||
using var process = new Process
|
||||
var process = new Process
|
||||
{
|
||||
StartInfo = new ProcessStartInfo
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user