diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-11-14 15:05:38 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-11-14 15:05:38 -0500 |
| commit | 420fa8bf7fc3b656207fcc9d41d11ab7d4d906d0 (patch) | |
| tree | 4f4e53e29c48373f7a126ca06621c39ca9e45f27 | |
| parent | 44336488f375adcdd5aa696790706b38483381fe (diff) | |
update GetEnvironmentInfo
| -rw-r--r-- | MediaBrowser.Server.Mono/Program.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Mono/Program.cs b/MediaBrowser.Server.Mono/Program.cs index 7fc3ff22e..f490a829a 100644 --- a/MediaBrowser.Server.Mono/Program.cs +++ b/MediaBrowser.Server.Mono/Program.cs @@ -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); } |
