Added isservice to reported statistics

This commit is contained in:
Luke Pulverenti
2014-01-29 19:22:59 -05:00
parent d39f8a1161
commit 1f6918117c
5 changed files with 25 additions and 12 deletions

View File

@@ -20,12 +20,6 @@ namespace MediaBrowser.Controller
/// <value>The name of the web application.</value>
string WebApplicationName { get; }
/// <summary>
/// Gets a value indicating whether this instance is running as service.
/// </summary>
/// <value><c>true</c> if this instance is running as service; otherwise, <c>false</c>.</value>
bool IsRunningAsService { get; }
/// <summary>
/// Gets a value indicating whether [supports automatic run at startup].
/// </summary>