mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-23 09:14:45 +03:00
disable wake timer
This commit is contained in:
@@ -35,8 +35,8 @@ namespace MediaBrowser.ServerApplication.Native
|
||||
|
||||
public void ScheduleWake(DateTime utcTime)
|
||||
{
|
||||
Initialize();
|
||||
_bgWorker.RunWorkerAsync(utcTime.ToFileTime());
|
||||
//Initialize();
|
||||
//_bgWorker.RunWorkerAsync(utcTime.ToFileTime());
|
||||
}
|
||||
|
||||
private void Initialize()
|
||||
|
||||
Reference in New Issue
Block a user