make playid actually work
git-svn-id: https://svn.musicpd.org/mpd/trunk@1459 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
parent
c637238aba
commit
edbe24e2f7
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user