mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-30 22:06:29 +01:00
update mac project
This commit is contained in:
15
MediaBrowser.Server.Mac/Native/PowerManagement.cs
Normal file
15
MediaBrowser.Server.Mac/Native/PowerManagement.cs
Normal file
@@ -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