update mac project
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using MediaBrowser.Model.System;
|
||||
|
||||
namespace Emby.Server.Mac.Native
|
||||
{
|
||||
public class PowerManagement : IPowerManagement
|
||||
{
|
||||
public void PreventSystemStandby()
|
||||
{
|
||||
}
|
||||
|
||||
public void AllowSystemStandby()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user