mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-19 17:48:03 +00:00
update mac project
This commit is contained in:
@@ -302,6 +302,16 @@ namespace MediaBrowser.Server.Mac
|
||||
{
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public class MonoEnvironmentInfo : EnvironmentInfo
|
||||
{
|
||||
public bool IsBsd { get; set; }
|
||||
|
||||
public virtual string GetUserId()
|
||||
{
|
||||
return Syscall.getuid().ToString(CultureInfo.InvariantCulture);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user