mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-01 13:28:27 +01:00
update power management
This commit is contained in:
9
MediaBrowser.Model/System/IPowerManagement.cs
Normal file
9
MediaBrowser.Model/System/IPowerManagement.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
namespace MediaBrowser.Model.System
|
||||
{
|
||||
public interface IPowerManagement
|
||||
{
|
||||
void PreventSystemStandby();
|
||||
void AllowSystemStandby();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user