mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-11 13:30:02 -05:00
Remove obsolete description property from modules
This commit is contained in:
parent
da88442962
commit
f0eab391df
3 changed files with 4 additions and 9 deletions
|
|
@ -195,7 +195,7 @@ static void resolver_cb(
|
|||
if (nicename) {
|
||||
args = pa_sprintf_malloc("server=%s "
|
||||
"sink_name=%s "
|
||||
"description=\"%s\"",
|
||||
"sink_properties=device.description=\"%s\"",
|
||||
avahi_address_snprint(at, sizeof(at), a),
|
||||
vname,
|
||||
nicename);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue