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:
Luiz Augusto von Dentz 2013-07-17 14:27:53 +03:00
parent 84fd2a75e0
commit adce984e04

View File

@ -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");