aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-11-23 18:10:41 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-11-23 18:10:41 -0500
commit2df4273ee08425858f93cf86092df45a5a6deecc (patch)
treedaa20b4be88311cd070a6293ebc322ee141432e2 /MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs
parent1923de72bf3c502ba9b942ef6caa5f73a33f43d6 (diff)
consolidate os display name
Diffstat (limited to 'MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs')
-rw-r--r--MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs b/MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs
index 5ebc1e4c5..2c387a4dd 100644
--- a/MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs
+++ b/MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs
@@ -208,7 +208,7 @@ namespace MediaBrowser.Common.Implementations.Security
{ "systemid", _appHost.SystemId },
{ "mb2equiv", mb2Equivalent },
{ "ver", version },
- { "platform", Environment.OSVersion.VersionString },
+ { "platform", _appHost.OperatingSystemDisplayName },
{ "isservice", _appHost.IsRunningAsService.ToString().ToLower() }
};