Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/9a83394e5d09c8685841f2fe951f5d1b8d5e43b1 You should set ROOT_URL correctly, otherwise the web may not work correctly.

disable wake timer

pull/702/head
Luke Pulverenti 9 years ago
parent 1ea2ec9bdc
commit 9a83394e5d

@ -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()

Loading…
Cancel
Save