瀏覽代碼

Update BaseMonoApp.cs

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

+ 10 - 0
MediaBrowser.Server.Mac/Native/BaseMonoApp.cs

@@ -46,6 +46,16 @@ namespace MediaBrowser.Server.Mac
                 return false;
                 return false;
             }
             }
         }
         }
+
+        public void PreventSystemStandby()
+        {
+
+        }
+
+        public void AllowSystemStandby()
+        {
+
+        }
         
         
         public IDbConnector GetDbConnector()
         public IDbConnector GetDbConnector()
         {
         {