mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-03-22 05:33:53 -04:00
module-raop: port to new zeroconf helper
This commit is contained in:
parent
fa04146cfb
commit
b67937f247
3 changed files with 168 additions and 285 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue