mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-26 06:47:23 -05:00
Update MediaEncoder.cs
This commit is contained in:
parent
7998e15839
commit
cc42f4430f
@ -902,7 +902,7 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
||||
|
||||
using (var processWrapper = new ProcessWrapper(process, this))
|
||||
{
|
||||
bool ranToCompletion = false:
|
||||
bool ranToCompletion = false;
|
||||
|
||||
using (await _thumbnailResourcePool.LockAsync(cancellationToken).ConfigureAwait(false))
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user