aboutsummaryrefslogtreecommitdiffstats
path: root/src/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/command.c')
-rw-r--r--src/command.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/command.c b/src/command.c
index 1e9edcd0d..bb7dd7bc2 100644
--- a/src/command.c
+++ b/src/command.c
@@ -99,6 +99,9 @@ static command_definition_t cmds[] =
"Toggle random mode" },
{ { 'x', 0, 0 }, CMD_CROSSFADE, "crossfade",
"Toggle crossfade mode" },
+ { { 21, 0, 0 }, CMD_DB_UPDATE, "db-update",
+ "Start a music database update" },
+
{ { 'S', 0, 0 }, CMD_SAVE_PLAYLIST, "save",
"Save playlist" },