mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-15 18:53:27 +01:00
Remove unused PowerManagement
It isn't up to the application to prevent the system from going to sleep
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
using System;
|
||||
|
||||
namespace MediaBrowser.Model.System
|
||||
{
|
||||
public interface IPowerManagement
|
||||
{
|
||||
void PreventSystemStandby();
|
||||
void AllowSystemStandby();
|
||||
void ScheduleWake(DateTime wakeTimeUtc, string displayName);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user