mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 01:24:44 +01:00
Added isservice to reported statistics
This commit is contained in:
@@ -186,7 +186,7 @@ namespace MediaBrowser.ServerApplication
|
||||
}
|
||||
|
||||
private readonly bool _isRunningAsService;
|
||||
public bool IsRunningAsService
|
||||
public override bool IsRunningAsService
|
||||
{
|
||||
get { return _isRunningAsService; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user