update sleep prevention

This commit is contained in:
Luke Pulverenti
2016-04-23 14:38:36 -04:00
parent 85a9363c78
commit 9807448fce
8 changed files with 67 additions and 33 deletions

View File

@@ -321,6 +321,11 @@ namespace MediaBrowser.ServerApplication
}
}
public static void Invoke(Action action)
{
_serverNotifyIcon.Invoke(action);
}
/// <summary>
/// Starts the service.
/// </summary>