Update BaseMonoApp.cs

pull/1154/head
Luke 8 years ago
parent 5e289f37f8
commit c838ae4b92

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

Loading…
Cancel
Save