diff --git a/MediaBrowser.Server.Mac/Native/BaseMonoApp.cs b/MediaBrowser.Server.Mac/Native/BaseMonoApp.cs index 6ec165a1d7..9d157872e9 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() {