aboutsummaryrefslogtreecommitdiffstats
path: root/src/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/command.c')
-rw-r--r--src/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command.c b/src/command.c
index 12094bfbf..6f97e06ef 100644
--- a/src/command.c
+++ b/src/command.c
@@ -1141,7 +1141,7 @@ handle_list(struct client *client, int argc, char *argv[])
if (tagType != TAG_ITEM_ALBUM) {
command_error(client, ACK_ERROR_ARG,
"should be \"%s\" for 3 arguments",
- mpdTagItemKeys[TAG_ITEM_ALBUM]);
+ tag_item_names[TAG_ITEM_ALBUM]);
return COMMAND_RETURN_ERROR;
}