diff options
Diffstat (limited to 'src/command.c')
-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 044c811ab..13325e851 100644 --- a/src/command.c +++ b/src/command.c @@ -155,7 +155,7 @@ int handlePlay(FILE * fp, unsigned int * permission, int argArrayLength, return -1; } } - return playPlaylist(fp,song,1); + return playPlaylist(fp,song,0); } int handleStop(FILE * fp, unsigned int * permission, int argArrayLength, |