Diff between 84fd2a75e0aa5797d69d13ea2125b7362982e3c3 and adce984e04b45e60fedf8a2d7cb852209e0c0bf0
Changed Files
| File | Additions | Deletions | Status |
| tools/bluetooth-player.c | +1 | -0 | modified |
Full Patch
diff --git a/tools/bluetooth-player.c b/tools/bluetooth-player.c
index c0074dd..622d391 100644
--- a/tools/bluetooth-player.c
+++ b/tools/bluetooth-player.c
@@ -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");