From 76ed60605b03e14672afd54370d6bb1fc6e7544a Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Thu, 21 Aug 2014 11:55:35 -0400 Subject: update chromecast --- MediaBrowser.Server.Implementations/Udp/UdpServer.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'MediaBrowser.Server.Implementations/Udp') diff --git a/MediaBrowser.Server.Implementations/Udp/UdpServer.cs b/MediaBrowser.Server.Implementations/Udp/UdpServer.cs index 7d39d62890..91a4940ae3 100644 --- a/MediaBrowser.Server.Implementations/Udp/UdpServer.cs +++ b/MediaBrowser.Server.Implementations/Udp/UdpServer.cs @@ -114,11 +114,9 @@ namespace MediaBrowser.Server.Implementations.Udp if (!string.IsNullOrEmpty(info.LocalAddress)) { - var serverAddress = string.Format("http://{0}", info.LocalAddress); - var response = new ServerDiscoveryInfo { - Address = serverAddress, + Address = info.LocalAddress, Id = info.Id, Name = info.ServerName }; -- cgit v1.2.3