Commit edbe24e2 authored by Warren Dukes's avatar Warren Dukes

make playid actually work

git-svn-id: https://svn.musicpd.org/mpd/trunk@1459 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent c637238a
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment