mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-19 23:02:31 +02:00
update GetEnvironmentInfo
This commit is contained in:
parent
44336488f3
commit
420fa8bf7f
1 changed files with 1 additions and 1 deletions
|
|
@ -291,7 +291,7 @@ namespace MediaBrowser.Server.Mono
|
|||
{
|
||||
public bool IsBsd { get; set; }
|
||||
|
||||
public virtual string GetUserId()
|
||||
public override string GetUserId()
|
||||
{
|
||||
return Syscall.getuid().ToString(CultureInfo.InvariantCulture);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue