module-raop: port to new zeroconf helper

This commit is contained in:
Wim Taymans 2026-02-26 18:13:37 +01:00
parent fa04146cfb
commit b67937f247
3 changed files with 168 additions and 285 deletions

View file

@ -529,7 +529,7 @@ struct pw_zeroconf * pw_zeroconf_new(struct pw_context *context,
const char *k = props->items[i].key;
const char *v = props->items[i].value;
if (spa_streq(k, "zeroconf.disable-local"))
if (spa_streq(k, "zeroconf.discover-local"))
zc->discover_local = spa_atob(v);
}