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

hide restart if not specified

release-10.1.0
Luke Pulverenti 9 years ago
parent 9fc0db643f
commit d815582ea8

@ -28,7 +28,8 @@ namespace MediaBrowser.Server.Mono.Native
{
get
{
return true;
// A restart script must be provided
return StartupOptions.ContainsOption("-restartpath");
}
}

Loading…
Cancel
Save