From 2df4273ee08425858f93cf86092df45a5a6deecc Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sun, 23 Nov 2014 18:10:41 -0500 Subject: consolidate os display name --- MediaBrowser.Server.Implementations/EntryPoints/UsageReporter.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MediaBrowser.Server.Implementations/EntryPoints') diff --git a/MediaBrowser.Server.Implementations/EntryPoints/UsageReporter.cs b/MediaBrowser.Server.Implementations/EntryPoints/UsageReporter.cs index a736df977..85410faf2 100644 --- a/MediaBrowser.Server.Implementations/EntryPoints/UsageReporter.cs +++ b/MediaBrowser.Server.Implementations/EntryPoints/UsageReporter.cs @@ -33,7 +33,7 @@ namespace MediaBrowser.Server.Implementations.EntryPoints { "serverid", _applicationHost.SystemId }, { "deviceid", _applicationHost.SystemId }, { "ver", _applicationHost.ApplicationVersion.ToString() }, - { "platform", Environment.OSVersion.VersionString }, + { "platform", _applicationHost.OperatingSystemDisplayName }, { "isservice", _applicationHost.IsRunningAsService.ToString().ToLower()} }; -- cgit v1.2.3