Browse Source

Update BaseMonoApp.cs

Luke 9 years ago
parent
commit
c838ae4b92
1 changed files with 10 additions and 0 deletions
  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;
             }
         }
+
+        public void PreventSystemStandby()
+        {
+
+        }
+
+        public void AllowSystemStandby()
+        {
+
+        }
         
         public IDbConnector GetDbConnector()
         {