mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
update GetEnvironmentInfo
This commit is contained in:
parent
44336488f3
commit
420fa8bf7f
@ -291,7 +291,7 @@ namespace MediaBrowser.Server.Mono
|
|||||||
{
|
{
|
||||||
public bool IsBsd { get; set; }
|
public bool IsBsd { get; set; }
|
||||||
|
|
||||||
public virtual string GetUserId()
|
public override string GetUserId()
|
||||||
{
|
{
|
||||||
return Syscall.getuid().ToString(CultureInfo.InvariantCulture);
|
return Syscall.getuid().ToString(CultureInfo.InvariantCulture);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user