make playid actually work

git-svn-id: https://svn.musicpd.org/mpd/trunk@1459 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
Warren Dukes 2004-06-13 13:02:00 +00:00
parent c637238aba
commit edbe24e2f7

View File

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