removed bad merge code

This commit is contained in:
BaronGreenback
2021-02-27 14:05:13 +00:00
parent a25e3c0256
commit d95ca20fc7
2 changed files with 1 additions and 6 deletions

View File

@@ -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)
{