diff --git a/src/remote_pairing.c b/src/remote_pairing.c index 156b25b4..7bdce7cb 100644 --- a/src/remote_pairing.c +++ b/src/remote_pairing.c @@ -899,7 +899,7 @@ remote_pairing_init(void) # endif #endif /* USE_EVENTFD */ - ret = mdns_browse("_touch-remote._tcp", 0, touch_remote_cb); + ret = mdns_browse("_touch-remote._tcp", MDNS_WANT_V4, touch_remote_cb); if (ret < 0) { DPRINTF(E_FATAL, L_REMOTE, "Could not browse for Remote services\n");