mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-26 12:07:01 +00:00
Removed old 'automatic restart after update' features'
This commit is contained in:
@@ -159,7 +159,6 @@ namespace MediaBrowser.Model.Configuration
|
||||
|
||||
public MetadataOptions[] MetadataOptions { get; set; }
|
||||
|
||||
public bool EnableAutomaticRestart { get; set; }
|
||||
public bool SkipDeserializationForBasicTypes { get; set; }
|
||||
|
||||
public string ServerName { get; set; }
|
||||
@@ -249,7 +248,6 @@ namespace MediaBrowser.Model.Configuration
|
||||
EnableDashboardResponseCaching = true;
|
||||
EnableCaseSensitiveItemIds = true;
|
||||
|
||||
EnableAutomaticRestart = true;
|
||||
AutoRunWebApp = true;
|
||||
EnableRemoteAccess = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user