update chromecast

This commit is contained in:
Luke Pulverenti
2014-08-21 11:55:35 -04:00
parent fda7ff5bf2
commit 76ed60605b
25 changed files with 311 additions and 188 deletions

View File

@@ -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
};