aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/Udp
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-08-21 11:55:35 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-08-21 11:55:35 -0400
commit76ed60605b03e14672afd54370d6bb1fc6e7544a (patch)
tree70517d7e6c29f70b6366b62c5125023e38329d1f /MediaBrowser.Server.Implementations/Udp
parentfda7ff5bf2795cb03ee2a5355c8003da31bf24f9 (diff)
update chromecast
Diffstat (limited to 'MediaBrowser.Server.Implementations/Udp')
-rw-r--r--MediaBrowser.Server.Implementations/Udp/UdpServer.cs4
1 files changed, 1 insertions, 3 deletions
diff --git a/MediaBrowser.Server.Implementations/Udp/UdpServer.cs b/MediaBrowser.Server.Implementations/Udp/UdpServer.cs
index 7d39d6289..91a4940ae 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
};