mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-25 13:14:14 +08:00
tools/bluetooth-player: Make show-item command print Player property
This makes show-item command to print Player property that indicates which player the item belongs to.
This commit is contained in:
parent
84fd2a75e0
commit
adce984e04
@ -622,6 +622,7 @@ static void cmd_show_item(int argc, char *argv[])
|
||||
|
||||
rl_printf("Item %s\n", g_dbus_proxy_get_path(proxy));
|
||||
|
||||
print_property(proxy, "Player");
|
||||
print_property(proxy, "Name");
|
||||
print_property(proxy, "Type");
|
||||
print_property(proxy, "FolderType");
|
||||
|
Loading…
Reference in New Issue
Block a user