Update MediaEncoder.cs

This commit is contained in:
Mark Cilia Vincenti 2024-01-14 14:16:20 +01:00 committed by GitHub
parent 7998e15839
commit cc42f4430f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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))
{