From edbe24e2f7fd368c30c26ccfa0e076199d6737c4 Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Sun, 13 Jun 2004 13:02:00 +0000 Subject: make playid actually work git-svn-id: https://svn.musicpd.org/mpd/trunk@1459 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/command.c b/src/command.c index e75cc556e..75dc41716 100644 --- a/src/command.c +++ b/src/command.c @@ -185,7 +185,7 @@ int handlePlayId(FILE * fp, unsigned int * permission, int argArrayLength, return -1; } } - return playPlaylist(fp, id, 0); + return playPlaylistById(fp, id, 0); } int handleStop(FILE * fp, unsigned int * permission, int argArrayLength, -- cgit v1.2.3