mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Merge pull request #11064 from Shadowghost/bdmv-fixes
Do not dispose the ffmpeg process
This commit is contained in:
commit
c61f6945d0
@ -437,7 +437,7 @@ public sealed class TranscodeManager : ITranscodeManager, IDisposable
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
using var process = new Process
|
var process = new Process
|
||||||
{
|
{
|
||||||
StartInfo = new ProcessStartInfo
|
StartInfo = new ProcessStartInfo
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user