mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Update BaseMonoApp.cs
This commit is contained in:
parent
5e289f37f8
commit
c838ae4b92
@ -47,6 +47,16 @@ namespace MediaBrowser.Server.Mac
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void PreventSystemStandby()
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
public void AllowSystemStandby()
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
public IDbConnector GetDbConnector()
|
public IDbConnector GetDbConnector()
|
||||||
{
|
{
|
||||||
return new DbConnector(Logger);
|
return new DbConnector(Logger);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user