hide restart if not specified

pull/702/head
Luke Pulverenti 9 years ago
parent 24643216a7
commit b5bfb46760

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