mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-07 21:22:31 +00:00
Update MediaEncoder.cs
This commit is contained in:
committed by
GitHub
parent
420ce6a4fa
commit
7998e15839
@@ -902,8 +902,8 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
||||
|
||||
using (var processWrapper = new ProcessWrapper(process, this))
|
||||
{
|
||||
bool ranToCompletion = false;
|
||||
|
||||
bool ranToCompletion = false:
|
||||
|
||||
using (await _thumbnailResourcePool.LockAsync(cancellationToken).ConfigureAwait(false))
|
||||
{
|
||||
StartProcess(processWrapper);
|
||||
|
||||
Reference in New Issue
Block a user