diff options
| -rw-r--r-- | MediaBrowser.Server.Mac/Native/BaseMonoApp.cs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/MediaBrowser.Server.Mac/Native/BaseMonoApp.cs b/MediaBrowser.Server.Mac/Native/BaseMonoApp.cs index 6ec165a1d..9d157872e 100644 --- a/MediaBrowser.Server.Mac/Native/BaseMonoApp.cs +++ b/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() { |
