Player wants IPv4/IPv6/IPv6LL from mDNS for _raop._tcp

This commit is contained in:
Julien BLACHE 2011-03-06 12:39:01 +01:00
parent 6cd59a1240
commit e08c42b3c0
1 changed files with 1 additions and 1 deletions

View File

@ -3834,7 +3834,7 @@ player_init(void)
goto raop_fail; 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) if (ret < 0)
{ {
DPRINTF(E_FATAL, L_PLAYER, "Could not add mDNS browser for AirTunes devices\n"); DPRINTF(E_FATAL, L_PLAYER, "Could not add mDNS browser for AirTunes devices\n");