diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-12-09 02:23:09 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-12-09 02:23:09 -0500 |
| commit | c7d520555b8fe6eacc0ed7ac384b6f16358a38ae (patch) | |
| tree | 907e443bd8cbd93235eb8fabd29e306eaf47f791 /Emby.Server.Core/ApplicationHost.cs | |
| parent | 56fb08eeed47102c0b0f8cf656036586e3e99bf2 (diff) | |
update dlna profiles
Diffstat (limited to 'Emby.Server.Core/ApplicationHost.cs')
| -rw-r--r-- | Emby.Server.Core/ApplicationHost.cs | 1 |
1 files changed, 0 insertions, 1 deletions
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(), |
