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

@@ -186,7 +186,7 @@ namespace MediaBrowser.ServerApplication
}
private readonly bool _isRunningAsService;
public bool IsRunningAsService
public override bool IsRunningAsService
{
get { return _isRunningAsService; }
}