Update MediaEncoder.cs

pull/10801/head
Mark Cilia Vincenti 6 months ago committed by GitHub
parent 7998e15839
commit cc42f4430f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save