mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
removed excess newlines
This commit is contained in:
parent
0b80902cc8
commit
cce90d2b56
@ -106,7 +106,6 @@ namespace Emby.Server.Implementations.Diagnostics
|
|||||||
return _process.WaitForExit(timeMs);
|
return _process.WaitForExit(timeMs);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public Task<bool> WaitForExitAsync(int timeMs)
|
public Task<bool> WaitForExitAsync(int timeMs)
|
||||||
{
|
{
|
||||||
//Note: For this function to work correctly, the option EnableRisingEvents needs to be set to true.
|
//Note: For this function to work correctly, the option EnableRisingEvents needs to be set to true.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user