aboutsummaryrefslogtreecommitdiff
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 7bb49447..5bc6934c 100644
--- a/src/command.c
+++ b/src/command.c
@@ -1183,7 +1183,7 @@ handle_config(struct client *client,
return COMMAND_RETURN_ERROR;
}
- const char *path = mapper_get_music_directory();
+ const char *path = mapper_get_music_directory_utf8();
if (path != NULL)
client_printf(client, "music_directory: %s\n", path);