diff options
| author | Bond-009 <bond.009@outlook.com> | 2019-04-16 11:56:38 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-04-16 11:56:38 +0200 |
| commit | f52083102576df7a197bd796b2dbd7c36c6e129d (patch) | |
| tree | 75b8fd86a9965d943fd776dc707ee3df8e629510 /Emby.Server.Implementations/ApplicationHost.cs | |
| parent | 65bff1181a3ae739dedbfd647d890630aa2cfba8 (diff) | |
| parent | 2f0719a883580b547960904703a39748281bf5e0 (diff) | |
Merge pull request #1239 from anthonylavado/fix-ident
Clean up UDP responders, and move ProductName to Public endpoint
Diffstat (limited to 'Emby.Server.Implementations/ApplicationHost.cs')
| -rw-r--r-- | Emby.Server.Implementations/ApplicationHost.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/ApplicationHost.cs b/Emby.Server.Implementations/ApplicationHost.cs index 05f8a8a5e..82042f5ca 100644 --- a/Emby.Server.Implementations/ApplicationHost.cs +++ b/Emby.Server.Implementations/ApplicationHost.cs @@ -1425,7 +1425,6 @@ namespace Emby.Server.Implementations HasPendingRestart = HasPendingRestart, IsShuttingDown = IsShuttingDown, Version = ApplicationVersion, - ProductName = ApplicationProductName, WebSocketPortNumber = HttpPort, CompletedInstallations = InstallationManager.CompletedInstallations.ToArray(), Id = SystemId, @@ -1482,6 +1481,7 @@ namespace Emby.Server.Implementations return new PublicSystemInfo { Version = ApplicationVersion, + ProductName = ApplicationProductName, Id = SystemId, OperatingSystem = OperatingSystem.Id.ToString(), WanAddress = wanAddress, |
