update components

This commit is contained in:
Luke Pulverenti
2015-11-18 21:35:08 -05:00
parent 904175ce26
commit 252dde1722
2 changed files with 10 additions and 10 deletions

View File

@@ -140,7 +140,7 @@ namespace MediaBrowser.ServerApplication
if (!duplicate.WaitForExit(10000))
{
_logger.Info("The duplicate process did not exit.");
//return true;
return true;
}
}