metadata: fix order of type/value

This commit is contained in:
Wim Taymans 2020-04-27 12:54:14 +02:00
parent 90e1eb1b22
commit 730c85e5b0

View file

@ -160,8 +160,8 @@ static void change_property(jack_property_t *prop, const char *value, const char
static int update_property(struct client *c,
jack_uuid_t subject,
const char* key,
const char* value,
const char* type)
const char* type,
const char* value)
{
jack_property_change_t change;
jack_description_t *desc;