Address comment

This commit is contained in:
Bond-009 2019-03-07 13:12:37 +01:00
parent 37ea50a572
commit ab9859ecef
1 changed files with 2 additions and 1 deletions

View File

@ -390,7 +390,8 @@ namespace MediaBrowser.MediaEncoding.Encoder
InternalMediaInfoResult result;
try
{
result = await _jsonSerializer.DeserializeFromStreamAsync<InternalMediaInfoResult>(process.StandardOutput.BaseStream).ConfigureAwait(false);
result = await _jsonSerializer.DeserializeFromStreamAsync<InternalMediaInfoResult>(
process.StandardOutput.BaseStream).ConfigureAwait(false);
}
catch
{