mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-02 22:08:27 +01:00
update chromecast
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user