remove unneeded wait for exit

pull/702/head
Luke Pulverenti 9 years ago
parent 6ebaf27888
commit 12a1414d73

@ -175,9 +175,6 @@ namespace MediaBrowser.Server.Implementations.LiveTv.EmbyTV
//process.Kill();
_process.StandardInput.WriteLine("q");
// Need to wait because killing is asynchronous
_process.WaitForExit(5000);
}
catch (Exception ex)
{

Loading…
Cancel
Save