mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-14 16:42:24 +00:00
Update BaseMonoApp.cs
This commit is contained in:
@@ -46,6 +46,16 @@ namespace MediaBrowser.Server.Mac
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
public void PreventSystemStandby()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public void AllowSystemStandby()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public IDbConnector GetDbConnector()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user