make playid actually work
git-svn-id: https://svn.musicpd.org/mpd/trunk@1459 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
@@ -185,7 +185,7 @@ int handlePlayId(FILE * fp, unsigned int * permission, int argArrayLength,
|
|||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return playPlaylist(fp, id, 0);
|
return playPlaylistById(fp, id, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
int handleStop(FILE * fp, unsigned int * permission, int argArrayLength,
|
int handleStop(FILE * fp, unsigned int * permission, int argArrayLength,
|
||||||
|
Reference in New Issue
Block a user