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 5ff93307a..a8a72b670 100644
--- a/src/command.c
+++ b/src/command.c
@@ -663,7 +663,7 @@ handle_save(struct client *client,
{
enum playlist_result result;
- result = spl_save_queue(argv[1], playlist_get_queue(&g_playlist));
+ result = spl_save_playlist(argv[1], &g_playlist);
return print_playlist_result(client, result);
}