Diff between a9cf2502c9ade0e25bdfc627315f7500f46daaed and a097cb0732b8cf9eb922fdf75d25812fc0e707b7

Changed Files

File Additions Deletions Status
tools/bluetooth-player.c +2 -1 modified

Full Patch

diff --git a/tools/bluetooth-player.c b/tools/bluetooth-player.c
index 13b7034..441a934 100644
--- a/tools/bluetooth-player.c
+++ b/tools/bluetooth-player.c
@@ -952,7 +952,8 @@ static const struct bt_shell_menu main_menu = {
 	{ "scan",         "<alltracks/group/off>", cmd_scan,
 						"Set scan mode"},
 	{ "change-folder", "<item>",  cmd_change_folder,
-						"Change current folder" },
+						"Change current folder",
+							item_generator},
 	{ "list-items", "[start] [end]",  cmd_list_items,
 					"List items of current folder" },
 	{ "search",     "<string>",   cmd_search,