mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 14:03:03 +03:00
remove standard output redirect on image extractions
This commit is contained in:
@@ -117,8 +117,7 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
||||
Arguments = arguments,
|
||||
WindowStyle = ProcessWindowStyle.Hidden,
|
||||
ErrorDialog = false,
|
||||
RedirectStandardOutput = true,
|
||||
//RedirectStandardError = true
|
||||
RedirectStandardOutput = true
|
||||
}
|
||||
};
|
||||
|
||||
@@ -128,8 +127,6 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
||||
|
||||
try
|
||||
{
|
||||
//process.BeginErrorReadLine();
|
||||
|
||||
return process.StandardOutput.ReadToEnd();
|
||||
}
|
||||
catch
|
||||
|
||||
Reference in New Issue
Block a user