mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-16 18:42:52 -07:00
hide restart if not specified
This commit is contained in:
parent
24643216a7
commit
b5bfb46760
@ -28,7 +28,8 @@ namespace MediaBrowser.Server.Mono.Native
|
|||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
return true;
|
// A restart script must be provided
|
||||||
|
return StartupOptions.ContainsOption("-restartpath");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user