Merge pull request #764 from Bond-009/encoding

Remove dead code, made some functions properly async
This commit is contained in:
Joshua M. Boniface
2019-02-02 19:04:10 -05:00
committed by GitHub
11 changed files with 64 additions and 1116 deletions

View File

@@ -105,7 +105,7 @@ namespace Emby.Server.Implementations.Diagnostics
{
return _process.WaitForExit(timeMs);
}
public Task<bool> WaitForExitAsync(int timeMs)
{
//Note: For this function to work correctly, the option EnableRisingEvents needs to be set to true.