diff options
-rw-r--r-- | src/command.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, |