mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
upnp: s/url/URL/ in GetAll() D-Bus call
This commit is contained in:
parent
ff5b7fb222
commit
e7bca90775
1 changed files with 1 additions and 1 deletions
|
|
@ -688,7 +688,7 @@ static DBusHandlerResult sinks_and_sources_handler(DBusConnection *c, DBusMessag
|
|||
} else if (message_is_property_get_all(m, "org.Rygel.MediaItem1")) {
|
||||
DBusMessageIter iter, sub, dict, variant, array;
|
||||
char *url, *t;
|
||||
const char *un = "urls";
|
||||
const char *un = "URLs";
|
||||
|
||||
pa_assert_se(r = dbus_message_new_method_return(m));
|
||||
dbus_message_iter_init_append(r, &iter);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue