mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
pulse-server: fix props update
This commit is contained in:
parent
d7802202b0
commit
9abc7993e1
1 changed files with 1 additions and 1 deletions
|
|
@ -1781,7 +1781,7 @@ static int do_update_proplist(struct client *client, uint32_t command, uint32_t
|
|||
|
||||
if ((res = message_get(m,
|
||||
TAG_U32, &mode,
|
||||
TAG_PROPLIST, &props,
|
||||
TAG_PROPLIST, props,
|
||||
TAG_INVALID)) < 0)
|
||||
goto exit;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue