don't stop on play command!

git-svn-id: https://svn.musicpd.org/mpd/trunk@1313 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
Warren Dukes
2004-06-03 02:56:26 +00:00
parent a29e38bef5
commit 15c61f6eb0
4 changed files with 13 additions and 5 deletions

View File

@@ -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,