mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
disable wake timer
This commit is contained in:
parent
1ea2ec9bdc
commit
9a83394e5d
@ -35,8 +35,8 @@ namespace MediaBrowser.ServerApplication.Native
|
|||||||
|
|
||||||
public void ScheduleWake(DateTime utcTime)
|
public void ScheduleWake(DateTime utcTime)
|
||||||
{
|
{
|
||||||
Initialize();
|
//Initialize();
|
||||||
_bgWorker.RunWorkerAsync(utcTime.ToFileTime());
|
//_bgWorker.RunWorkerAsync(utcTime.ToFileTime());
|
||||||
}
|
}
|
||||||
|
|
||||||
private void Initialize()
|
private void Initialize()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user