Player wants IPv4/IPv6/IPv6LL from mDNS for _raop._tcp
This commit is contained in:
parent
6cd59a1240
commit
e08c42b3c0
|
@ -3834,7 +3834,7 @@ player_init(void)
|
|||
goto raop_fail;
|
||||
}
|
||||
|
||||
ret = mdns_browse("_raop._tcp", 0, raop_device_cb);
|
||||
ret = mdns_browse("_raop._tcp", MDNS_WANT_DEFAULT, raop_device_cb);
|
||||
if (ret < 0)
|
||||
{
|
||||
DPRINTF(E_FATAL, L_PLAYER, "Could not add mDNS browser for AirTunes devices\n");
|
||||
|
|
Loading…
Reference in New Issue