From c7d520555b8fe6eacc0ed7ac384b6f16358a38ae Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Fri, 9 Dec 2016 02:23:09 -0500 Subject: update dlna profiles --- Emby.Server.Core/ApplicationHost.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'Emby.Server.Core') diff --git a/Emby.Server.Core/ApplicationHost.cs b/Emby.Server.Core/ApplicationHost.cs index 06c761f21..2074b5ae4 100644 --- a/Emby.Server.Core/ApplicationHost.cs +++ b/Emby.Server.Core/ApplicationHost.cs @@ -1216,7 +1216,6 @@ namespace Emby.Server.Core { HasPendingRestart = HasPendingRestart, Version = ApplicationVersion.ToString(), - IsNetworkDeployed = CanSelfUpdate, WebSocketPortNumber = HttpPort, FailedPluginAssemblies = FailedAssemblies.ToList(), InProgressInstallations = InstallationManager.CurrentInstallations.Select(i => i.Item1).ToList(), -- cgit v1.2.3