mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-26 03:17:48 -04:00
update mac project
This commit is contained in:
parent
04a71e3a31
commit
33db468646
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user