diff options
| author | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2021-02-27 14:05:13 +0000 |
|---|---|---|
| committer | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2021-02-27 14:05:13 +0000 |
| commit | d95ca20fc731cf51e060c7ba6802821b6dd8c48f (patch) | |
| tree | ee1270d8de62e6cd4399e53376c77051a0438715 /Emby.Server.Implementations/ApplicationHost.cs | |
| parent | a25e3c02568b5632278e23d6168efa927b29eda9 (diff) | |
removed bad merge code
Diffstat (limited to 'Emby.Server.Implementations/ApplicationHost.cs')
| -rw-r--r-- | Emby.Server.Implementations/ApplicationHost.cs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Emby.Server.Implementations/ApplicationHost.cs b/Emby.Server.Implementations/ApplicationHost.cs index 604f69986..56aa5a007 100644 --- a/Emby.Server.Implementations/ApplicationHost.cs +++ b/Emby.Server.Implementations/ApplicationHost.cs @@ -1146,11 +1146,6 @@ namespace Emby.Server.Implementations /// <inheritdoc/> public bool ListenWithHttps => Certificate != null && ServerConfigurationManager.GetNetworkConfiguration().EnableHttps; - public string GetStartupOption(string propName) - { - return _startupOptions.GetType().GetProperty(propName).GetValue(src, null); - } - /// <inheritdoc/> public string GetSmartApiUrl(IPAddress ipAddress, int? port = null) { |
