From f1b543d6e08ce89f1aebba6b63f962976013517c Mon Sep 17 00:00:00 2001 From: Sebastian Chlad Date: Mon, 20 Jan 2014 11:03:15 +0200 Subject: [PATCH] bluetooth player: add searchable value to show cmd Temporary patch as this should be upstreamed. Allows simple check of the search function for the client of the bluetooth-player Change-Id: I7cfd678c012721ddc793bfd993241d7cdf66e492 Signed-off-by: Sebastian Chlad --- tools/bluetooth-player.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/bluetooth-player.c b/tools/bluetooth-player.c index f10d9be..f090e1b 100644 --- a/tools/bluetooth-player.c +++ b/tools/bluetooth-player.c @@ -654,6 +654,7 @@ static void cmd_show(int argc, char *argv[]) rl_printf("Player %s\n", g_dbus_proxy_get_path(proxy)); print_property(proxy, "Name"); + print_property(proxy, "Searchable"); print_property(proxy, "Repeat"); print_property(proxy, "Equalizer"); print_property(proxy, "Shuffle"); -- 2.7.4