diff options
| author | Patrick Barron <barronpm@gmail.com> | 2023-01-17 14:41:10 -0500 |
|---|---|---|
| committer | Patrick Barron <barronpm@gmail.com> | 2023-01-17 14:49:05 -0500 |
| commit | c59f2a3c46dd3fad42dd987e04e48d6576373b13 (patch) | |
| tree | f50e8dfc0dca49746186df00ea17c7eab2adba06 /Emby.Server.Implementations/ApplicationHost.cs | |
| parent | 577d396649f44a26f9f8bf291a58994d414e23a6 (diff) | |
Mark CanSelfRestart as Obsolete
Diffstat (limited to 'Emby.Server.Implementations/ApplicationHost.cs')
| -rw-r--r-- | Emby.Server.Implementations/ApplicationHost.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/ApplicationHost.cs b/Emby.Server.Implementations/ApplicationHost.cs index 7b40f530c..3db48e42f 100644 --- a/Emby.Server.Implementations/ApplicationHost.cs +++ b/Emby.Server.Implementations/ApplicationHost.cs @@ -1038,7 +1038,6 @@ namespace Emby.Server.Implementations CachePath = ApplicationPaths.CachePath, OperatingSystem = MediaBrowser.Common.System.OperatingSystem.Id.ToString(), OperatingSystemDisplayName = MediaBrowser.Common.System.OperatingSystem.Name, - CanSelfRestart = true, CanLaunchWebBrowser = CanLaunchWebBrowser, TranscodingTempPath = ConfigurationManager.GetTranscodePath(), ServerName = FriendlyName, |
