remove unneeded wait for exit

This commit is contained in:
Luke Pulverenti 2016-03-30 15:43:37 -04:00
parent 6ebaf27888
commit 12a1414d73

View file

@ -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)
{