mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-20 07:45:26 +03:00
consolidate os display name
This commit is contained in:
@@ -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() }
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user