mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
hide restart if not specified
This commit is contained in:
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…
x
Reference in New Issue
Block a user