update osx detection

This commit is contained in:
Luke Pulverenti
2016-12-21 23:47:59 -05:00
parent 961ec0b815
commit a447fd291a
2 changed files with 10 additions and 1 deletions

View File

@@ -142,7 +142,10 @@ namespace MediaBrowser.Server.Mac
private static EnvironmentInfo GetEnvironmentInfo()
{
var info = new EnvironmentInfo();
var info = new EnvironmentInfo()
{
CustomOperatingSystem = MediaBrowser.Model.System.OperatingSystem.OSX
};
var uname = GetUnixName();