瀏覽代碼

update mac release

Luke 9 年之前
父節點
當前提交
fe482f3ac3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      MediaBrowser.Server.Mac/Native/BaseMonoApp.cs

+ 1 - 1
MediaBrowser.Server.Mac/Native/BaseMonoApp.cs

@@ -76,7 +76,7 @@ namespace MediaBrowser.Server.Mac
             return list;
         }
 
-        public void AuthorizeServer(int udpPort, int httpServerPort, int httpsPort, string tempDirectory)
+		public void AuthorizeServer(int udpPort, int httpServerPort, int httpsPort, string applicationPath, string tempDirectory)
         {
         }