Browse Source

update GetEnvironmentInfo

Luke Pulverenti 8 years ago
parent
commit
420fa8bf7f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      MediaBrowser.Server.Mono/Program.cs

+ 1 - 1
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);
         }