Remove double ClosePipe call

This commit is contained in:
Malte Rosenbjerg 2020-05-10 13:18:35 +02:00
parent a355f7416f
commit 393c552249

View file

@ -122,7 +122,6 @@ public async Task<VideoInfo> ParseVideoInfoAsync(System.IO.Stream stream)
try try
{ {
await pipeArgument.ProcessDataAsync(); await pipeArgument.ProcessDataAsync();
pipeArgument.ClosePipe();
} }
catch (IOException) catch (IOException)
{ {