update components

This commit is contained in:
Luke Pulverenti
2017-02-23 14:13:07 -05:00
parent 34171a7507
commit e391ee1b17
34 changed files with 54 additions and 5184 deletions

View File

@@ -277,8 +277,7 @@ namespace Emby.Server.Implementations.Security
{ "systemid", _appHost.SystemId },
{ "mb2equiv", mb2Equivalent },
{ "ver", version },
{ "platform", _appHost.OperatingSystemDisplayName },
{ "isservice", _appHost.IsRunningAsService.ToString().ToLower() }
{ "platform", _appHost.OperatingSystemDisplayName }
};
try