mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-09-01 19:43:09 +00:00
Update BaseMonoApp.cs
This commit is contained in:
parent
5e289f37f8
commit
c838ae4b92
1 changed files with 10 additions and 0 deletions
|
|
@ -46,6 +46,16 @@ namespace MediaBrowser.Server.Mac
|
|||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
public void PreventSystemStandby()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public void AllowSystemStandby()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public IDbConnector GetDbConnector()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue