Update BaseMonoApp.cs

This commit is contained in:
Luke 2016-05-23 14:09:32 -04:00
parent 5e289f37f8
commit c838ae4b92

View file

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