diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-08-21 11:55:35 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-08-21 11:55:35 -0400 |
| commit | 76ed60605b03e14672afd54370d6bb1fc6e7544a (patch) | |
| tree | 70517d7e6c29f70b6366b62c5125023e38329d1f /MediaBrowser.Server.Implementations/Udp | |
| parent | fda7ff5bf2795cb03ee2a5355c8003da31bf24f9 (diff) | |
update chromecast
Diffstat (limited to 'MediaBrowser.Server.Implementations/Udp')
| -rw-r--r-- | MediaBrowser.Server.Implementations/Udp/UdpServer.cs | 4 |
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 }; |
