mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-23 21:47:14 -04:00
Address comment
This commit is contained in:
parent
37ea50a572
commit
ab9859ecef
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue